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!
User | Count |
---|---|
116 | |
73 | |
60 | |
48 | |
48 |
User | Count |
---|---|
171 | |
122 | |
60 | |
59 | |
56 |