Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
123 | |
79 | |
49 | |
38 | |
37 |
User | Count |
---|---|
196 | |
80 | |
70 | |
51 | |
42 |