Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Good Morning,
I am new to the community so sorry in advance if I am posting my question in the wrong place. I am trying to use the Card function to have a "filtered title" on my dashboard. The idea is that, when I use the filter Region, the Name of the region appears on the card. The problem is that when the filter is not active, the card gives me one of the regions by default. Is it possible to format the card to give me the output "All" when the filter is not selected?
Thank you in advance for your support
Solved! Go to Solution.
Yes. You can have 'ALL' if no region is selected. Create a measure like below,
SelectedReg = SELECTEDVALUE(TableName[Region], "All")
Hope it will help you!
Yes. You can have 'ALL' if no region is selected. Create a measure like below,
SelectedReg = SELECTEDVALUE(TableName[Region], "All")
Hope it will help you!
Thank you very much!
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 35 | |
| 27 | |
| 15 | |
| 15 |
| User | Count |
|---|---|
| 58 | |
| 56 | |
| 38 | |
| 21 | |
| 21 |