The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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?