This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Like always, we are happy to announce a new version Power BI Report Server for January 2020! This release brings in a bunch of exciting features such as buttons conditional formatting, data profiling enhancements, and more formatting settings for KPI and table visuals! Keep reading to learn more about the new features and many other new capabilities in this release.
Download_Power_BI_Report_Server
Here is the complete list of updates:
To export the data, just like in Power BI, select More options (...) from the upper right corner of the visualization and then choose Export data. You will be presented a dialog box with the different options to export including which data you want to export (summarized or underlying data depending on how the visual was created) and the file format.
Power_BI_Report_Server_January_2020_Feature_Summary
After that, depending on which browser you are using, you might be prompted to save the file or you might see a link to the exported file at the bottom of the browser.
Power_BI_Report_Server_January_2020_Feature_Summary
Once you turn it on, you’ll be able to pick a field to use as the URL for the column.
Power_BI_Report_Server_January_2020_Feature_Summary
An exciting aspect about this feature it’s that it was done by a Power BI Contributor, James Dales. Contributors are members of the Power BI community that work in the Power BI code base to add new features of choice. Thank you, James, for contributing to Power BI!
Power_BI_Report_Server_January_2020_Feature_Summary
The new KPI formatting options include:
Power_BI_Report_Server_January_2020_Feature_Summary
Some of these new formatting options can also be conditionally formatted.
Power_BI_Report_Server_January_2020_Feature_Summary
And once a property has been dynamically set, it will be replaced with an fx button.
Power_BI_Report_Server_January_2020_Feature_Summary
Power_BI_Report_Server_January_2020_Feature_Summary
You’ll be able to use the play button in the top right of the flyout to continue running the analysis. After each continuation, the insights shown will update to include the top 10 most relevant insights.
Power_BI_Report_Server_January_2020_Feature_Summary
Power_BI_Report_Server_January_2020_Feature_Summary
Power_BI_Report_Server_January_2020_Feature_Summary
When an author opens a .PBIDS file, Power BI Desktop will launch and prompt for authentication to connect to the data source specified in the file. Then the navigation dialog will pop-up and the user will need to select the tables to load into the model. They may also need to select the database(s) if one was not specified in the file. From there the user can start building visualizations or revisit “Recent sources” to load a new set of tables into the model.
For the admin to create this file, they will need to specify in the file the required inputs for a single connection and they can specify the mode of the connection. The “mode” can be either “DirectQuery” or “Import”. If “mode” is missing/null, the user that opens the file in Desktop will be prompted to select DirectQuery or Import.
Here is an example of a PBIDS file for a SQL Server connection:
{
"version": "0.1",
"connections": [
{
"details": {
"protocol": "tds",
"address": {
"server": "<<server-name>>",
"database": "<<db-name (Optional)>>"
}
},
"options": {},
"mode": "DirectQuery"
}
]
}
And here's an example for a SharePoint list. Please note that the URL must point to the SharePoint site itself and not to a list within the site. The user will get a navigator which allows them to select one or more lists from that site which will each become a table in the model.
{
"version": "0.1",
"connections": [
{
"details": {
"protocol": "sharepoint-list",
"address": {
"url": "<Sharepoint Site URL>"
}
}
}
]
}
More examples can be found in our documentation page.
That’s all for the January 2020 release of Power BI Report Server! We hope that you enjoy these updates. Please continue sending us feedback and don’t forget to vote for other features that you’d like to see in the Power BI.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.