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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
Qianru221
Helper II
Helper II

Card Visualization shows the wrong information

Hi All

 

I plotted a graph showing price changes of the company products against time.

I added one product filter.

I also added a Card visual, which shows the product name when one of the products in the product filter is selected. (I used it as the title of the graph so that the reader knows the price change against time belongs to which product.)

 

However the problem now is that when no product is selected in the filter, the Card always shows the 1st product, which is obviously wrong. The price changes is then the average price of all the product.

 

Capture.PNG

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Would it be possible to make the card to show blank when no product is selected in the filter and shows the product name when one product is chosen?

 

Thank you in advance.  

2 ACCEPTED SOLUTIONS
Zubair_Muhammad
Community Champion
Community Champion

Hi @Qianru221

 

Try this MEASURE

 

=
IF ( ISFILTERED ( TableName[Product] ), SELECTEDVALUE ( TableName[Product] ) )

View solution in original post

JoHo_BI
Responsive Resident
Responsive Resident

Hi Qianru, 

 

You'll need to use a measure here, and a formula like the following:

 

Selected Product = IF(HASONEVALUE(Table[Product]),VALUES(Table[Product]),"Multiple Products Selected!")

 

Hope that helps! 

View solution in original post

2 REPLIES 2
JoHo_BI
Responsive Resident
Responsive Resident

Hi Qianru, 

 

You'll need to use a measure here, and a formula like the following:

 

Selected Product = IF(HASONEVALUE(Table[Product]),VALUES(Table[Product]),"Multiple Products Selected!")

 

Hope that helps! 

Zubair_Muhammad
Community Champion
Community Champion

Hi @Qianru221

 

Try this MEASURE

 

=
IF ( ISFILTERED ( TableName[Product] ), SELECTEDVALUE ( TableName[Product] ) )

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.