Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Boveitj
Frequent Visitor

Hide Card Values until that Value Type is selected on the Chart?

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. 

1 ACCEPTED SOLUTION
KHorseman
Community Champion
Community Champion

Write a measure and use that on the card.

 

Selected Operator = IF(
	HASONEVALUE(TableName[OperatorName]),
	FIRSTNONBLANK(TableName[OperatorName], 1),
	" "
)




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

2 REPLIES 2
KHorseman
Community Champion
Community Champion

Write a measure and use that on the card.

 

Selected Operator = IF(
	HASONEVALUE(TableName[OperatorName]),
	FIRSTNONBLANK(TableName[OperatorName], 1),
	" "
)




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Amazing, Thank you so much! 

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

August Carousel

Fabric Community Update - August 2024

Find out what's new and trending in the Fabric Community.