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 want to have prominent total card on my dashboard showing total sales. I don't want the value to change when users select other elements on the report.
For example, I have a pie chart showing breakdown by region. How do I stop the drill through on the card, for example, when a user selects "NA".
I want the 52bn below to be fixed.
I don't want it to change to 33bn.
My data is very simple. I have a Sales table containing sales by product. I also have a product table that contains product attributes (e.g. region).
Solved! Go to Solution.
Hi,
click on the chart elemet on the report, click the format ribbon and select edit interations. You'll be able to turn off the changes from that chart on your total card by clicking the circle with the line through it:
You'll need to do this with any chart that interacts with the total.
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Hi,
click on the chart elemet on the report, click the format ribbon and select edit interations. You'll be able to turn off the changes from that chart on your total card by clicking the circle with the line through it:
You'll need to do this with any chart that interacts with the total.
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
That worked, thanks!