The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Example: I have a chart that tracks operators performance with most of the charts having operators name on the x-axis and a performance metric on the y-axis. When the dashboard is loaded, a random name populates the card visual which I would like to show as just a blank card until an operator is selected. I use this card so operators names can be read since often times they are small or cut off on the chart.
Solved! Go to Solution.
Write a measure and use that on the card.
Selected Operator = IF( HASONEVALUE(TableName[OperatorName]), FIRSTNONBLANK(TableName[OperatorName], 1), " " )
Proud to be a Super User!
Write a measure and use that on the card.
Selected Operator = IF( HASONEVALUE(TableName[OperatorName]), FIRSTNONBLANK(TableName[OperatorName], 1), " " )
Proud to be a Super User!
Amazing, Thank you so much!
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
110 | |
80 | |
66 | |
53 | |
52 |
User | Count |
---|---|
121 | |
117 | |
77 | |
64 | |
63 |