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 moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Welcome to the November 2022 update! This month we introduce an Optimize ribbon which makes your report creation experience more streamlined, especially if you are working in DirectQuery mode. Also new this month are Linked Metrics and a new EvaluateAndLog DAX function that enable you to log intermediate values of your DAX expressions. There is more to explore, so please read on!
Announcing New Power BI Color AccentCheck out the video below for this month's summary:
https://youtu.be/q-ZUfL2sEek
The Power BI brand color and icon logo will remain yellow.
Graphical_user_interface_Description_automatically_generated
This month, we’ve introduced a couple of new options to help you accommodate for those cases, allowing you to plot each small multiples chart against separate y-axes and then change the automatic scaling of each axis. You’ll find the new options, “Shared y-axis” and “Scale to fit”, in the Y-axis card of the formatting pane.
Graphical_user_interface_application_Description_automatically_generated
Turning off the shared y-axis option will give each of your small multiples charts their own y-axis:
Graphical_user_interface_application_Description_automatically_generated
And turning on the scale to fit option will change their automatic scaling:
Graphical_user_interface_application_Description_automatically_generated
This new functionality will affect the auto minimum and maximum values. If the user has defined a min or max for the small multiples, the toggle won’t override that boundary. Any secondary y-axes will follow the settings from the main y-axis.
Toggle_for_Azure_Maps_visual_that_shows_or_hides_labels_on_the_map
If you toggle the labels off, the map will not show any labels on the base map to give you a clean map. This removes distractions for situations where the labels are not required to interpret the data shown.
Here is what the map of part of Seatle looks like with labels on:
A_map_with_labels_on._It_shows_labels_for_cities_neighborhoods_parks_etc
Here's the same map without labels:
A_map_with_labels_off._Labels_for_cities_neighborhoods_parks_etc._are_not_shown
Format_pane_with_Category_labels_card_open._It_shows_formatting_options_such_as
You can not only toggle category labels on or off, but you can also customize the font and colors used.
Screenshot_of_Example_of_using_a_parameter_in_a_visual
However, it did not support the ability for slicers to control the fields used in other slicers, also referred to as dynamic slicers.
We’re excited to announce that we’ve now removed that limitation, and you can now parameterize your slicers to support your dynamic filtering scenarios. For example, in the report below I have three slicers: a measure picker, a dimension picker, and a dynamic slicer for filtering values. When the end-user changes the selected field for the dimension picker, not only will the main visual update but also the dynamic slicer will update as well to show the values of the selected dimension, which can be used for filtering.
Graphical_user_interface_text_application_Description_automatically_generated
Creating a dynamic slicer using field parameters
With this release, we’ve also enabled the field parameters preview feature by default, so you do not have to manually turn on the preview feature in the options menu. To create a dynamic slicer using field parameter, you will need to start by adding a field parameter to a slicer. This is the slicer that we will use as the field / dimension picker for the dynamic slicer:
Graphical_user_interface_application_Description_automatically_generated
Next you will want to duplicate the slicer using copy and paste. This slicer will become the dynamic slicer used for filtering values:
Graphical_user_interface_application_Description_automatically_generated
With the second slicer selected, launch the field input context menu (right-click menu) and select Show values of the selected field:
Graphical_user_interface_text_application_Description_automatically_generated
And now you have a dynamic slicer!
Graphical_user_interface_chart_Description_automatically_generated
In a nutshell, the authoring tools on the Optimize ribbon provide you with the following capabilities.
The above screenshot shows you the Optimize ribbon in action. It is now available in a Power BI Desktop near you. Just keep in mind that you need to enable the Optimize ribbon explicitly. As a preview feature, go to Files > Options and Settings, then click on Options, select Preview features, and then select the Optimize ribbon checkbox! So, don’t delay! Streamline your report authoring experience today with Pause visuals and Optimization presets. Deliver the best report experience for every data scenario! And let us know any feedback you may have. For more details, learn more at Microsoft Learn and stay tuned for a more advanced blog post that dives deeper into the Optimize ribbon and its exciting optimization tools.
YoYGrowth := [Sales Amount] – CALCULATE( [Sales Amount], SAMEPERIODLASTYEAR(’Date’[Date]))
YoYGrowth := EVALUATEANDLOG([Sales Amount]) – EVALUATEANDLOG(CALCULATE( [Sales Amount], SAMEPERIODLASTYEAR(‘Date’[Date])))
You can see the output using SQL Profiler by connecting to Desktop, starting a trace and subscribing to the DAX Evaluation Log event. Alternatively, you can use the free DAXDebugOutput tool. Please note that the DAXDebugOutput tool is not an official Microsoft tool and hence is not signed nor supported.
We are only scratching the surface of what is possible using EVALUATEANDLOG in this blog.
Read more about EVALUATEANDLOG in our documentation.
MyCSV = TOCSV(DimProduct)
Example_output_of_TOCSV_showing_a_comma_separated_list_of_column_names_and_first
You can change the delimiter (applicable to TOCSV only) and whether you want the headers to be included. On top of that you can specify the max number of rows to be returned.
Read more about TOCSV and TOJSON in our documentation.
Graphical_user_interface_application_Description_automatically_generated
If you choose to upload a local file, a copy of that file is added to the workspace. If you use the OneDrive or SharePoint option, Power BI creates a connection to the file, and as you make changes to the file in SharePoint, Power BI can automatically sync those changes about every hour.
One of the benefits of this new way to upload files, in addition to being centrally located, is that the OneDrive and SharePoint options use the same file picker you’re used to seeing in other Microsoft products.
Graphical_user_interface_application_Description_automatically_generated
Instead of having to paste a direct URL to a given SharePoint site, you can now just select one of your sites through the ‘Quick access’ section or the ‘More places’ link.
When uploading an Excel file through this experience, your workbook appears in Power BI just like it would in Excel Online.
Screenshot_of_an_Excel_file_uploaded_to_a_workspace_in_the_Power_BI_service
For now, if you want to actually import the data from the Excel file into a Power BI dataset, you can continue to use the older ‘Get Data’ flow. In early December, we'll also introduce a new way to create datasets from CSV and Excel files.
The OneDrive for Business and SharePoint options will be greyed out if you don’t have a subscription for these products. Of course, you’ll still be able to browse for local files on your computer.
Graphical_user_interface_text_application_chat_or_text_message_Description_autom
We also do not have an option to upload files from personal OneDrive accounts. For now, you can continue using the older ‘Get Data’ flow to access files in your personal account. However, in early December, we do plan on removing the older ‘Get Data’ experience along with the option to upload files from personal OneDrive accounts. At this point, you'll still be able to upload local files if you do not have access to a business OneDrive account.
Graphical_user_interface_application_Description_automatically_generated
When selecting Go to report from the email subscription body, you will be navigated to the view of the report in the Power BI service with the same set of changes (i.e., filters, slicers, etc.) that were applied when you created the subscription. This new Include my changes option is available to any user who can create email subscriptions.
Graphical_user_interface_application_Description_automatically_generated
You can link metrics from a scorecard you have build access to (i.e., permissions to build content with the data associated with the scorecard), to any scorecards to which you have edit access. To link a metric, go to edit mode and select “Link to existing metric” from the “New” button.
Graphical_user_interface_text_application_chat_or_text_message_Description_autom
Pick the scorecard that contains the metric you’d like to link.
Table_Description_automatically_generated
Now select the metric(s) you’d like to include in this scorecard.
Graphical_user_interface_application_Description_automatically_generated
Once you hit “Continue” the linked metric(s) will appear on the scorecard.
Note that you can add check-ins from the linked metric but you can make edits only in the source metric. You can navigate from the linked metric to the source metric by selecting “Go to source metric” from the overflow menu of the metric.
Graphical_user_interface_application_Word_Description_automatically_generated
You can see the name and link to the source scorecard in the Details pane and in the Connections pane.
Chart_line_chart_Description_automatically_generated
Graphical_user_interface_text_application_email_Description_automatically_genera
Power BI enables you to import files from OneDrive or SharePoint Online into the Power BI service, and ensures your work in Power BI Desktop stays coordinated with the Power BI service. Now you can also import files from OneDrive or SharePoint Online when they have sensitivity labels applied (with some exceptions as noted in the documentation).
Accessible Navigation
The Ribbon toolbar contains a series of controls organized into groups. The ribbon tab provides flexibility to represent functionality visually. For instance, contextual tabs only appear when an object is selected. The ribbon tab commands are presented horizontally from left to right. For accessibility, Press Ctrl + F6 to navigate to the ribbon section. Once there, you can use Tab to move between the top and bottom bars and use arrow keys to move between elements.
Image_of_ribbon_options_in_the_File_tab_while_the_file_is_in_viewing_mode
Grand Totals for Table Format
Including_totals_row_contextual_ribbon_option
allows you to format a selected table, with the ability to include or exclude grand totals. This feature is especially useful to show totals on explicit measures in formatted tables. Grand totals are also useful for summary reports of data.
Note: The totals row will only be selectable if you include an explicit or implicit measure in your table.
What if you are making some discovery of your data and you decide to pull data fields from a dataset in ‘Table preview’? Grand totals are available as a toggle in the Data Preview as well.
Table_preview_with_toggle_on_for_including_a_grand_total
Move and Resize
Right clicking the mouse button will allow you to cut, copy, paste and remove objects on the canvas. Users can resize the width of columns through a drag handle. This functionality makes the formatted table more readable, especially for long column input values. A selected table can be repositioned on the canvas. This will become handy when you want to move visuals around and prepare your report for print layouts. The great thing about these options is when you save, export, or print your report, the formatting is preserved in your newly created report.
If you would like to continue the conversation and provide suggestions or feedback, join our panel on Paginated Reports. You can be directly involved in new capabilities for the formatted table. Let us know what you think!
Enable writeback for any Power BI model. Use Power BI for planning and forecast.
With this visual you can now writeback numbers, text and dates on any existing or new Power BI model. Check out the new advanced features like leaf level shadow calculation. Enhanced copy and paste functionality and the direct purchase and maintenance of licensing through AppSource and Office 365.
Key new functionalities:
With the accoPLANNING visual, you combine the planning and reporting process in Power BI. For more information, visit our website. Check out this accoPLANNING visual in AppSource.
Obsah_obrazku_text_snimek_obrazovky_interier_Popis_byl_vytvoren_automaticky
This is a big update - version 2.5 brings these features:
This visual offers in-app purchases and comes with 30 days free trial version. You have full experience of our visual during trial period - all features are accessible.
More info: https://www.adwise.cz/adwise-roadmap/?lang=en
AppSource link: Business Apps – Microsoft AppSource
In our last release of the Control Chart XmR we have added several new features to make it even easier to find real signals and ignore random noise in your data.
First, we added ZoomSlider support to the Control Chart XmR to make it easier to navigate through time.
Graphical_user_interface_text_application_Description_automatically_generated
We now also allow for multiple targets, so you can define more than just one target.
And finally, you can now review all the signals in a table when you view the Control Chart XmR in “focus mode”.
Don’t hesitate and try the new Control Chart XmR now on your own data by downloading it from the AppSource. All features are available for free to evaluate this visual within Power BI Desktop.
Questions or remarks? Visit us at: https://visuals.novasilva.com/.
Watch the video to see the new functionalities: Zebra BI Cards: uniform layout, custom background & border color 💥
Video_titled_Zebra_BI_Cards_uniform_layout_custom_background_border_color
MORE LAYOUT FLEXIBILITY: Users can now display the KPIs in three different layouts: custom, rows, or uniform. While the first one gives you the freedom to adjust each card’s size separately, the latter enables you to show all the cards in the same size. There is also a tooltip indicating the size of the cards. The best part? You can display as many KPIs as you like inside just one visual and adjust the same size for all with a simple drag.
MORE DESIGN ACCESSIBILITY: Zebra BI Cards visual lets you adjust the background and border color of all cards globally or just of specific KPIs. Users can choose any color from the color-picker in the global toolbar. This gives you the ability to:
Calendar_Description_automatically_generated_with_medium_confidence
This custom visual lets you create complex relationships between nodes in a stunningly intuitive graph. Build networks and explore relations among data points, display value flows, and discover patterns. All while enjoying exceptional navigation, cross-chart filtering, and advanced customization options.
Drill Down Graph PRO is great for visualizing both small and large network graphs without losing focus. Impress your end users with graphs that highlight hierarchies and dependencies.
Notable features:
Get Drill Down Graph PRO from the AppSource!
To read the full feature list, visit our Blog Post or head to the Product Page!
Power_BI_November_2022_Feature_Summary
This is one of the final steps we are taking before making WebView2 mandatory for using Desktop, so please install WebView2 and enable it now if you haven’t done so already. Read how in this blog. If you are seeing issues with WebView2 please reach out to us using the community forum or using the email address shown to you in WebView2 errors.
That is all for this month! Please continue sending us your feedback and do not forget to vote for other features that you would like to see in Power BI! We hope that you enjoy the update! If you installed Power BI Desktop from the Microsoft Store, please leave us a review.
Also, don't forget to vote on your favorite feature this month over on our community website.
As always, keep voting on Ideas to help us determine what to build next.
We are looking forward to hearing from you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.