This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
This blog post covers the latest updates for the Power BI Developer community. Don’t forget to check out our last developer blog post, if you haven’t done so already.
Here is the list of updates for this blog:
Note: The support for TLS 1.0/1.1 will end on June 2020. Please be sure to upgrade your application before that.
System.Net.ServicePointManager .SecurityProtocol |= SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12; If you are using PowerShell please add the following to your PowerShell Script:
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12
For others, please check with your vendor. For most languages it can be done with a simple config entry.
Additional information can be found in ‘TLS 1.2 support at Microsoft’.
The new filter pane enables you to format the filter pane to match the look and feel of your report. You can format the filters pane differently for each page in the report.
You can also modify the default settings of the filter pane with a theme file. Read use report themes in Power BI Desktop article to learn more.
For Power BI Embedded, the client JavaScript API can modify the report theme, and thus modify the new filter pane formatting. Read Apply report themes using JavaScript API to learn more.
If you wish to retain the old dark theme, use this theme Json that changes the filter pane formatting to dark theme.
As a research panelist, you’ll have the opportunity to periodically participate in studies where you’ll try out new features, give feedback on never-before-seen design concepts, and help us learn more about how you use Power BI Embedded and the challenges you face in your role. You’ll receive a gratuity for each research activity you help us with.
Be an influencer and help shape the future of Power BI Embedded!
High contrast mode can be set for your embedded report by simply adding a single parameter to the embed configuration of your application.
var embedConfig = {
…
contrastMode: models.contrastMode.HighContrast1
};
Power_BI_Developer_community_February_2020_update
Power_BI_Developer_community_February_2020_update
Learn more about the new usage report
Power_BI_Developer_community_February_2020_update
It is now possible to have the same single selection filter behavior when using the JavaScript client APIs.
All you need to do is to add the `requireSingleSelection` parameter to your filter’s definition and set it to true.
var filter = {
…
requireSingleSelection: true
};
Power_BI_Developer_community_February_2020_update
Learn more about Power BI Embedded Filters APIs
When using column aggregation, you can now set the aggregation function to “DoNotSummarize”.
const columnAggregation: pbi.models.IColumnAggrTarget = {
$schema: "https://powerbi.com/product/schema#columnAggr",
table: "Store",
column: "Name",
aggregationFunction: "DoNotSummarize" // Optional, if not supplied default is used.
};
Learn more about Power BI report authoring APIs
Please note that if you have migrated to the partner center, now you can request certification through your visual submission as explained in the Get a Power BI visual certified article. You can find the new updated requirements in the Certification requirements section.
Please check out the Partner Center migration FAQ article - it provides answers to frequently asked questions about the migration.
For partners that were already migrated or those who will be migrated soon, related documentation can be found in the Submit your Office solution to Microsoft AppSource via Partner Center article.
Final submissions for March blog are due 1 March 2020.
If you have further questions or comments, please feel free to reach out to PBIDReleaseContent@microsoft.com.
“What’s new and what’s next in Power BI embedded analytics”
Learn about the latest innovations in Power BI embedded analytics as well as the upcoming roadmap!
In addition, there will be a one-day training course especially for developers at the SQLBits pre-conference:
“Become a Power BI Embedded Analytics expert developer”
Where you could learn how to set up an embedded environment, how to use advanced client application capabilities, and about automation & life-cycle management.
Power_BI_Developer_community_February_2020_update
Be sure not to miss it!
SQLBits 2020 ExCel London, 31st March – 4th April 2020
That’s all for this post. We hope you found it useful. Please continue sending us your feedback – it’s very important for us! Have an amazing feature in mind? Please share it or vote in our Power BI Embedded Analytics Ideas forum, or our Custom Visuals Ideas forum.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.