Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have a line chart which shows a comparision of data of selected Products (Slicer). What i want to do is if nothing is selected from the slicer, then it has to show the sum of all the product data, else it has to show selected product lines in the chart.
I want to achieve this without using Bookmarks, coz with this, the tooltips doesn't work like the way I wanted.
@sathishsam Having some trouble visualizing what you are trying to do. Any chance you can share the PBIX file or sample data so that the situation can be replicated?
Sorry, i cannot share the PBIX, here is the illustration
1. When I select 3 Products
2. When I dont selelect any product
Since your products are in the legend field, I think you need to add a dummy product called "All Products" or "Total" or something. Then update your DAX measure for when that value is selected, sum the entire value column without product context.
How would you do that?