• Home
  • About Us
  • Contact Us
  • Privacy Policy
  • Special Offers
Business Intelligence Info
  • Business Intelligence
    • BI News and Info
    • Big Data
    • Mobile and Cloud
    • Self-Service BI
  • CRM
    • CRM News and Info
    • InfusionSoft
    • Microsoft Dynamics CRM
    • NetSuite
    • OnContact
    • Salesforce
    • Workbooks
  • Data Mining
    • Pentaho
    • Sisense
    • Tableau
    • TIBCO Spotfire
  • Data Warehousing
    • DWH News and Info
    • IBM DB2
    • Microsoft SQL Server
    • Oracle
    • Teradata
  • Predictive Analytics
    • FICO
    • KNIME
    • Mathematica
    • Matlab
    • Minitab
    • RapidMiner
    • Revolution
    • SAP
    • SAS/SPSS
  • Humor

Tag Archives: Paginated

Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

October 13, 2020   Self-Service BI

This weekend I had the pleasure of presenting at SQL Saturday Copenhagen #963 with a session with the title “Power BI Paginated Reports – How to and why”.

I was asked if it was possible to create datadriven report subscriptions in paginated reports and I said “Not yet” – it turns out that is not exactly true.

With the new action “Export to File for Paginated Reports (preview)” – in Power Automate – link

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

It is possible !!!

And yes, for now we need the reports to be stored in a workspace backed by premium capacity but soon it will be available here

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

In my workspace I have a simple report with 2 parameters – Year and Country

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

In order to get a report delivered to multiple recipients with different parameters I created an Excel Workbook in Onedrive for business with 3 different reports I want sent all with different parameters for County and Year.

You can store the data in other sources that you can connect Power Automate with – but for the example I just used Excel file.

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

Next is to design the flow in Power Automate

In the example I choose the trigger “Manually trigger a flow” – but you can of course choose other triggers to activate this flow – for instance a Recurrence so you can execute the reports at a specified frequency.

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

Next step is to get the rows from the Excel file – So I use the List rows present in a table

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

This action will return the three rows and next is to use the Control “Apply to each” to loop through each row

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

For the output we choose the value from the “List Row…” step

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

Then we add the action “Export To File for Paginated Reports

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

This action will run a selected report from a specific workspace

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

We can choose between the different file formats that is possible for paginated reports – in this example I chose PDF.

Add the end of the Action window – we can specify the values for each of the parameters.

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

OBS – You have to type in the Parameter name manually and be aware that the name of the parameter doesn’t necessarily match the label shown

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

As in this case – the Year parameter is called “DateCalendarYear” – and that is the name you must use for “ParametersValues name”

We bind the value of the parameter to the value from the Excel file using the Dynamic content selector.

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

Next step is to add a step to send the report and bind the fields for the To field – add a subject and in the attachments section we give the attachment a name and then use the result of the “Export to File for paginated reports” as the attachment content

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

The flow is now ready for testing – Save you flow and hit the test button.

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

Accept the used connections and hit Run Flow and we can go to the flow run overview and follow the steps.

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

Hopefully you will see that all steps are successfully.

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

And we can check our mail box to see the report delivered

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

The recipients of the e-mail can be sent to any e-mail address.

Can we pay by the hour ?

In my case I used an Power BI Embedded A4 SKU as capacity – this can be turned on and off so you can expand the flow with actions that can start the capacity and run the subscriptions and then turn the capacity off again.

You only pay for the time the capacity is on – and the list price per hour is $ 8.

Hope this can help you and really looking forward to all exciting stuff that is coming around Power BI paginated reports.

Rate this:

Share this:

Like this:

Like Loading…

Let’s block ads! (Why?)

Erik Svensen – Blog about Power BI, Power Apps, Power Query

Read More

Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

September 30, 2020   Self-Service BI

This weekend I had the pleasure of presenting at SQL Saturday Copenhagen #963 with a session with the title “Power BI Paginated Reports – How to and why”.

I was asked if it was possible to create datadriven report subscriptions in paginated reports and I said “Not yet” – it turns out that is not exactly true.

With the new action “Export to File for Paginated Reports (preview)” – in Power Automate – link

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

It is possible !!!

And yes, for now we need the reports to be stored in a workspace backed by premium capacity but soon it will be available here

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

How to set it up

In my workspace I have a simple report with 2 parameters – Year and Country

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

In order to get a report delivered to multiple recipients with different parameters I created an Excel Workbook in Onedrive for business with 3 different reports I want sent all with different parameters for County and Year.

You can store the data in other sources that you can connect Power Automate with – but for the example I just used Excel file.

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

Next is to design the flow in Power Automate

In the example I choose the trigger “Manually trigger a flow” – but you can of course choose other triggers to activate this flow – for instance a Recurrence so you can execute the reports at a specified frequency.

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

Next step is to get the rows from the Excel file – So I use the List rows present in a table

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

This action will return the three rows and next is to use the Control “Apply to each” to loop through each row

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

For the output we choose the value from the “List Row…” step

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

Then we add the action “Export To File for Paginated Reports

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

This action will run a selected report from a specific workspace

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

We can choose between the different file formats that is possible for paginated reports – in this example I chose PDF.

Add the end of the Action window – we can specify the values for each of the parameters.

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

OBS – You have to type in the Parameter name manually and be aware that the name of the parameter doesn’t necessarily match the label shown

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

As in this case – the Year parameter is called “DateCalendarYear” – and that is the name you must use for “ParametersValues name”

We bind the value of the parameter to the value from the Excel file using the Dynamic content selector.

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

Next step is to add a step to send the report and bind the fields for the To field – add a subject and in the attachments section we give the attachment a name and then use the result of the “Export to File for paginated reports” as the attachment content

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

The flow is now ready for testing – Save you flow and hit the test button.

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

Accept the used connections and hit Run Flow and we can go to the flow run overview and follow the steps.

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

Hopefully you will see that all steps are successfully.

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

And we can check our mail box to see the report delivered

 Setup data driven report subscriptions for #PowerBI paginated reports with #PowerAutomate

The recipients of the e-mail can be sent to any e-mail address.

Can we pay by the hour ?

In my case I used an Power BI Embedded A4 SKU as capacity – this can be turned on and off so you can expand the flow with actions that can start the capacity and run the subscriptions and then turn the capacity off again.

You only pay for the time the capacity is on – and the list price per hour is $ 8.

Hope this can help you and really looking forward to all exciting stuff that is coming around Power BI paginated reports.

Let’s block ads! (Why?)

Erik Svensen – Blog about Power BI, Power Apps, Power Query

Read More

Embed paginated reports in your own application for your customers (Preview)

November 7, 2019   Self-Service BI

AppWithPaginatedReport Embed paginated reports in your own application for your customers (Preview)

Paginated reports bring a new set of enterprise reporting capabilities to the Power BI service. They enable developers and BI professionals to create and distribute highly formatted, pixel-perfect reports. When leveraged using Power BI, paginated reports become the first cloud BI solution that combines the power of self-service BI, with the needs and capabilities of traditional Enterprise BI scenarios.

One of the most popular scenarios with SQL Server Reporting Services is embedding paginated reports into other applications. Today we are thrilled to announce the public preview of embedding paginated reports in your own application for your customers (also known as the ‘app owns data’ model).

Embedding paginated reports for customers, allows ISVs and developers additional flexibility when embedding intelligence into their applications, using Power BI APIs. ISVs and developers can take advantage of minimal development effort to achieve faster time to market. They can also differentiate themselves by infusing into their applications, Microsoft’s world-class analytics engine which already includes paginated reports on top of it. In addition, developers can spend time focusing on their solution to meet customer demands, instead of developing visual analytics features.

Tutorial: Embed Power BI paginated reports into an application for your customers demonstrates how to integrate a paginated report into an application using the Power BI .NET SDK with the Power BI JavaScript API.

The following set of capabilities supports the scenario of embedding paginated reports in your own application for your customers:

  • Row-level security in embedded paginated reports – When you embed a paginated report, you can control which data is displayed. This allows tailoring the displayed information per user and provides a secure way of displaying a subset of the data, in a way that does not compromise the rest of data. It resembles the Row-level security feature, which provides a secure way of displaying data in Power BI reports.

Learn more about row-level security in embedded paginated reports

  • URL parameters in embedded paginated reports – This capability, already supported in Power BI service, allows ISVs and developers to control their users experience by appending extra parameters to the generated Embed URL. You can try this by using the Power BI Embedded Playground sample tool, clicking ‘Try it’ on the Sample Paginated Report, manipulating the Embed URL, and clicking ‘Run’.Sample Paginated Report Embed paginated reports in your own application for your customers (Preview)
  • Automation of paginated report tasks and operations – The powerful Power BI REST API calls were extended to support important, yet repeatable tasks, related to paginated reports. For example, the deployment workflow shown in the diagram below can be automated by using the following APIs:

Please use the following resources to learn more about the product, get your questions answered, and give us feedback and suggestions:

What are paginated reports in Power BI

Power BI Paginated Report Builder

Embed paginated reports in your application for your customers

Implementing row-level security in embedded paginated reports

Power BI Embedded Playground

Power BI community for developers

Power BI ideas – API and embedding

Let’s block ads! (Why?)

Microsoft Power BI Blog | Microsoft Power BI

Read More

Paginated Reports in Power BI September 2019 Feature Summary

September 21, 2019   Self-Service BI

Welcome back to another “New Feature Friday” for Paginated Reports in the Power BI service.  We’re pleased to announce three new features rolling out around paginated reports this week.

Comments for Paginated Reports

You may now add comments to your paginated reports in Power BI.  To add a comment, just click the Comments button in the report toolbar and type your comment in the right-hand pane.  Unlike Power BI reports, however, these are supported at the report level only, and not per visual.

Secure Embed support

You may now easily embed your paginated reports in other applications or BI portals using the Secure Embed feature just as you can other Power BI content.  This feature includes support for URL parameters, which we announced support for in August, for your scenarios as well.  You may choose this option from the File menu in the report toolbar.

Secure embed dialog Paginated Reports in Power BI September 2019 Feature Summary

RDL Migration Tool on Github

To assist customers with moving reports from SQL Server Reporting Services to Power BI, we’ve released our summer intern project to the community on Github.  As part of the migration process, the tool will:

• Convert any shared data sources and datasets in these report files to be embedded in the report and save the files locally to disk.
• Check for unsupported datasources or report components when uploading to Power BI
• Save the converted files that pass these checks to a specified Power BI Workspace.
• Provide a summary of the successful and unsuccessful assets migrated

It is available now, so feel free to check it out on github where you can even contribute to the ongoing development of the tool and help expand its capabilities.

Thanks as always for your feedback and please let us know what you think about these latest updates in the comments below.  Look for a blog post in the very near future around the September 2019 release of Power BI Report Server as well!

Let’s block ads! (Why?)

Microsoft Power BI Blog | Microsoft Power BI

Read More

URL parameters for Paginated Reports are now available

August 31, 2019   Self-Service BI

“New Feature Friday” returns as we’re thrilled to introduce support for URL parameters for paginated reports in the Power BI service.  This capability allows report authors to send commands to paginated reports in Power BI by adding a parameter to a URL. For example, you can pass report parameters to a report by including them in a paginated report URL, and even construct this URL dynamically in a Power BI report and drillthrough to a paginated report by using a DAX measure.

To use report parameters, you need to prefix the parameter name with rp: for Power BI to recognize it in the URL.  The parameter name is the one set by the author when creating the report parameter in Power BI Report Builder.

The URL patterns for paginated reports closely follow those of SQL Server Reporting Services today.  For example, to set a report parameter within a URL, use the following syntax:

rp:parameter=value

So if I want to specify a value for the “Salesperson” parameter for my report in an app, I’d use the following URL:

https://app.powerbi.com/groups/me/apps/xxxxxxx-c4c4-4217-afd9-3920a0d1e2b0/rdlreports/b1d5e659-639e-41d0-b733-05d2bca9853c?rp:Salesperson=Tiggee

If “Salesperson” was instead a multi-value parameter that accepted multiple values, I can use an & to add an additional parameter value to my URL like so –

https://app.powerbi.com/groups/me/rdlreports/xxxxxxx-abc7-40f0-b456-febzf9cdda4d?rp:Salesperson=Tie+Bear&rp:Salesperson=Mickey

We’re also rolling out a new feature next week to simplify the discovery of the parameter names by adding an item in the File menu called “Generate Link”.  This will generate a link of the current report view with the parameter values appended to the URL.

In addition to report parameters, you may also set the export format of your paginated report directly on the URL.  So when you click the report url, it will render and download the report in the selected format without any user interaction required.  You just need to use the rdl: prefix when setting the output format.

For example, if I wanted to export my report to PDF when I clicked the URL, it would look like this:

https://app.powerbi.com/groups/me/apps/xxxxxxx-c4c4-4217-afd9-3920a0d1e2b0/rdlreports/b1d5e659-639e-41d0-b733-05d2bca9853c?rp:Salesperson=Tiggee&rdl:format=PDF

Please be sure to review the documentation to see several additional examples of URL parameters.

We’re really excited to see what you do with this feature, so be sure to leave us your feedback in the comments below and let us know what you think.

Let’s block ads! (Why?)

Microsoft Power BI Blog | Microsoft Power BI

Read More

Paginated Reports August 2019 Feature Update – Report Builder Update, SaaS embedding support and what’s coming soon

August 8, 2019   Self-Service BI

As we head into August, we’ve released two feature updates for Paginated Reports in Power BI, with several more on the way.

Power BI Report Builder Update

DatasetSelect Paginated Reports August 2019 Feature Update – Report Builder Update, SaaS embedding support and what’s coming soon

Later today, we’re dropping a new update for Power BI Report Builder that includes an enhanced experience when you’re connecting to Power BI datasets.  Now, when you’re browsing your Power BI workspaces to connect to your Power BI datasets, you’ll see tags to indicate whether or not they’re a certified or promoted dataset.  Additionally, we also now show you the connection type the dataset is using – if it’s either an imported dataset, uses Direct Query or a Live Connection to Analysis Services.

Download Power BI Report Builder

SaaS embedding of Paginated Reports now available

One of the most popular scenarios with SQL Server Reporting Services was embedding those reports into other applications.  Now, with Paginated Reports in Power BI, support for internal app and portal embedding scenarios is now available.  Make sure you check out the full announcement and documentation in the blogpost from the Power BI embedded team.

What’s coming next for Paginated Reports and E-Mail Subscriptions

Here’s a sneak preview of some exciting new features coming in the weeks ahead –

URL parameter support – This highly requested feature will allow you to craft a URL to a paginated report with parameter values directly in the address bar.  As these parameters can be set dynamically, it will allow you to setup drill-through scenarios from one report to another, including the ability to pass filter and slicer context from a Power BI report to a Paginated Report.  We’ll also have support for setting the render format as part of the parameters, so your URL can automatically re-direct users and download the report output to PDF, Excel, or any of the supported export formats.

Secure Embed support – With the SaaS embed support in place, the ability to easily embed secure Paginated Report content in internal portals or websites will be available soon.  It’ll make it easy for non-developers to quickly add Paginated Reports in these scenarios.

Monthly Subscription Support – We’ll have the ability to select a monthly option for e-mail subscriptions for both Paginated Reports and Power BI reports/dashboards.  With support for hourly subscriptions coming for Power BI reports and dashboards later this week, soon every content type in Power BI will have the same flexible scheduling options for e-mail subscriptions as Reporting Services users have enjoyed for years.

There’s one additional feature that we’re planning I’ll hold off on talking about for now, but look for more information on it and all the items mentioned in the sneak preview in the coming weeks.

As always, please leave us feedback in the comments below, and thanks for reading!

Let’s block ads! (Why?)

Microsoft Power BI Blog | Microsoft Power BI

Read More

Announcing support for non-Premium Power BI datasets in Power BI Paginated Report Builder

July 2, 2019   Self-Service BI

Image1 Announcing support for non Premium Power BI datasets in Power BI Paginated Report Builder

To kick off July, we’ve dropped the latest update to Power BI Report Builder in the download center.  It includes, for the first time, the ability to connect to your Power BI datasets, whether or not they are backed by premium capacity.  This means any Power BI Pro user can connect to and author, render and export reports locally against her or his Power BI datasets with Power BI Report Builder.

NOTE:  For report authors that have been using the XMLA endpoint to connect to Power BI datasets, that functionality will continue to be available, though we expect most authors will use the new workflow we’re announcing here today.

Download Power BI Report Builder

To start authoring reports against your Power BI dataset, you’ll need to create a new connection to it in your paginated report.  You can create a new connection by right-clicking on the Data Sources folder and choosing “Add Power BI Dataset Connection”, or selecting this same option from the “New” drop-down menu in your left-hand toolbar.

Once selected, you’ll need to authenticate to the Power BI service.  Then you’ll be presented with a dialog where you can browse all of the workspaces you have access to, along with the Power BI datasets inside each of them.

Image2 Announcing support for non Premium Power BI datasets in Power BI Paginated Report Builder

Please note that you currently won’t see any datasets that are using a Live Connection to Analysis Services.  You may connect to those directly using the underlying Analysis Services connection for that instead.  We also don’t yet show the tags for certified datasets in the UI, but we’ll have that available later this month in another update.

You can search inside a selected workspace by using the Search box and typing the name of the dataset you’re looking for.

Image3 Announcing support for non Premium Power BI datasets in Power BI Paginated Report Builder

To connect, simply select the name of the Power BI dataset and hit the Select button.  You’ll now see a connection under your Data Sources folder with the name of the workspace and dataset you are connected to.  Keep in mind that you may connect to multiple Power BI datasets, along with other supported data sources, in the same report.  For example, in the picture below I am connected to a Power BI dataset and an “Enter Data” data source.

Once you’ve made your connection(s), you’re ready to start creating your paginated report.  If you’ve never created a paginated report before, make sure you read the tutorial in the documentation on how to get started – Tutorial: Create a paginated report and upload it to the Power BI service

Though we don’t yet have support to publish Paginated Reports back to non-premium Power BI workspaces in the service, we are still encouraging all Power BI authors to download and use Power BI Report Builder and take advantage of the capabilities the tool offers locally.

NOTE:  As the service side functionality is still rolling out, you may need to wait up to 24 hours before you can publish any reports you’ve created with Power BI datasets back to the service .

We’re excited to see what you think of this latest update, so please make sure to leave your feedback in the comments below.  Thanks!

Let’s block ads! (Why?)

Microsoft Power BI Blog | Microsoft Power BI

Read More

Power BI Paginated Reports June 2019 Feature Update Summary

June 29, 2019   Self-Service BI

We’re almost three weeks post-GA of Paginated Reports in Power BI, and we wanted let you know about several updates we’ve made since then –

E-Mail Subscription Enhancements

There are two updates we wanted to highlight in regards to e-mail subscriptions with paginated reports.

Edit Parameters in your subscription

You can now see the parameter values currently set for the selected subscription by expanding the “View parameters” item in the subscription pane

If you want to change these values, you may now update the parameters for your selected subscription with new report parameter values.  Simply change the drop down in the subscription pane to “Use current (rendered report) values” to change the parameters to those you’ve just rendered your report with.

Include Preview Image

We’ve also added the ability to view the first page of your Paginated Report in the e-mail body as an image, just as you do with a Power BI report.  This is optional, and is always in addition to your report attachment.  To add it, simply check the “Also include preview image” checkbox that now appears in the subscription pane.

Admin Portal Updates

We’ve made some updates around administering the paginated reports workload in your capacity.  For all newly created capacities, the feature will be enabled by default, but will not consume memory or resources until you or your users publish a paginated report.  Also, you may now assign above 50% (up to 100%) of the capacity memory to the Paginated Reports workload if you chose.  Simply update the assigned memory in the Capacity settings page in the Admin Portal

Azure SQL database oAuth support

We’re now rolling out to all regions support for oAuth for Azure SQL database data sources.  This allows you to enforce RLS for reports that use Azure SQL database as a data source.  To enable this for your reports in Power BI, make sure you properly set the provider in the Reports tab in your app workspace.

Auto Refresh for Paginated Reports

As demonstrated the BI Power Hour at MBAS, we’ve enabled the ability for report authors to use the Auto Refresh property that has long been available for paginated reports.  To use this feature, open your report in Power BI Report Builder and specify the rate in seconds at which the report page will automatically refresh in the properties pane. When you publish the report to Power BI, the report will update in the browser at that interval automatically when you’re viewing it.

New Power BI Report Builder update coming Monday

I know many folks were looking forward to an announcement around the latest release of Power BI Report Builder, which includes support for non-Premium datasets.  We’re going to release that on Monday AM along with a blog post covering everything you need to know, so look for it then.

Thanks and have a great weekend!

Let’s block ads! (Why?)

Microsoft Power BI Blog | Microsoft Power BI

Read More

Report Parameter Support for Paginated Report E-Mail Subscriptions are Now Available

June 1, 2019   Self-Service BI

The Paginated Reports team closes out May with another “New Feature Friday” blog post announcing one of the biggest enhancements to e-mail subscriptions in Power BI to date.  With today’s update, Paginated Reports users can set up an e-mail subscription for themselves and their colleagues and choose the parameter values they wish to use for each e-mail subscription they set up!  Just as they’ve been able to do in SQL Server Reporting Services for years, customers can select their parameter values for the specific view of the data they want and send it to themselves and others as one of six different attachment formats.  Want to set up three subscriptions with different parameter combinations for each group of recipients?  Now you can!

To get started, head to one of your paginated reports in Power BI and click on the “Subscribe” button in the toolbar

You’ll see a new drop-down menu in your subscription pane that allows you to select one of two values when you’re creating your subscription if you have selectable parameters in the report.  By default, it will use the current parameter values you have selected to view your report.  Make sure you select your values and run your report prior to creating your subscription to ensure the correct parameter values are captured.  If the report author has setup default parameter values for all of the selectable parameter options, you will have the option to use those instead.

tiebear Report Parameter Support for Paginated Report E Mail Subscriptions are Now Available

Now, when your e-mail is delivered to its recipients, it will always reflect the parameter value(s) you’d selected to be associated with that particular subscription.

Because this feature was so highly requested amongst our preview customers, we released this as soon as we felt comfortable, but a few additional capabilities aren’t quite there yet.  These include the ability to edit the parameters for your subscription and being directed back to the view of the report with parameter values set from the link in your mail.  These are both coming in the next couple of weeks, and we’ll update you accordingly when they’re available.

Thanks again for all the great discussions to date about the Paginated Reports features and posts.  Please be sure to continue to provide this feedback in the comments below, and have a great weekend!

Let’s block ads! (Why?)

Microsoft Power BI Blog | Microsoft Power BI

Read More

Enhanced Attachment Support for Paginated Reports E-Mail Subscriptions is Now Available

May 30, 2019   Self-Service BI

“New Feature Friday” returns for the latest feature update for Paginated Reports. We’ve just rolled out support for five new attachment options for your e-mail subscriptions in Power BI. In addition to PDF, you can now choose one of the following new attachment types for your subscription(s) –

  • PowerPoint presentation (PPTX)
  • Excel Workbook (XLSX)
  • Word Document (DOCX)
  • CSV file
  • XML

To choose one of these new attachment types, head to one of your paginated reports in Power BI and click on the “Subscribe” button in the toolbar

You’ll now see a new dropdown menu in your subscription pane that allows you to select an attachment type format when you’re creating or editing your paginated report subscription.

Your subscription will now include the attachment type you’ve selected each time it’s delivered to your inbox.

In addition to these new attachment types, we’ve also raised the attachment file size limit to 25 MB for paginated reports to provide new options for popular customer scenarios like scheduled large data exports.

We’d love to hear your feedback in the comments below about your experiences with Paginated Reports. Stay tuned for another announcement soon around new features for both paginated reports subscriptions and a BIG new update for Power BI Report Builder.

Thanks and have a great weekend!

Let’s block ads! (Why?)

Microsoft Power BI Blog | Microsoft Power BI

Read More
« Older posts
  • Recent Posts

    • Database version control: Getting started with Flyway
    • Support CRM with New Dynamics 365 Field Service Mobile App
    • 6 Strategies for Achieving Your Business Goals in the New Year
    • Researchers propose using the game Overcooked to benchmark collaborative AI systems
    • Oracle Launches Version 21c
  • Categories

  • Archives

    • January 2021
    • December 2020
    • November 2020
    • October 2020
    • September 2020
    • August 2020
    • July 2020
    • June 2020
    • May 2020
    • April 2020
    • March 2020
    • February 2020
    • January 2020
    • December 2019
    • November 2019
    • October 2019
    • September 2019
    • August 2019
    • July 2019
    • June 2019
    • May 2019
    • April 2019
    • March 2019
    • February 2019
    • January 2019
    • December 2018
    • November 2018
    • October 2018
    • September 2018
    • August 2018
    • July 2018
    • June 2018
    • May 2018
    • April 2018
    • March 2018
    • February 2018
    • January 2018
    • December 2017
    • November 2017
    • October 2017
    • September 2017
    • August 2017
    • July 2017
    • June 2017
    • May 2017
    • April 2017
    • March 2017
    • February 2017
    • January 2017
    • December 2016
    • November 2016
    • October 2016
    • September 2016
    • August 2016
    • July 2016
    • June 2016
    • May 2016
    • April 2016
    • March 2016
    • February 2016
    • January 2016
    • December 2015
    • November 2015
    • October 2015
    • September 2015
    • August 2015
    • July 2015
    • June 2015
    • May 2015
    • April 2015
    • March 2015
    • February 2015
    • January 2015
    • December 2014
    • November 2014
© 2021 Business Intelligence Info
Power BI Training | G Com Solutions Limited