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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
at997
Frequent Visitor

Empty card visual until slicer option selected

Hello, 

 

I have a customer number slicer, and I would like to display their names in a multi row card on the side. However, I want the card to be blank until something in the slicer is selected. The DAX Formula below is the closest I have gotten, but this only works with single selection slicers, and my customer slicer has to be multi select. 

 

Single Select DAX Formula:

IF(HASONEFILTER('Customers Table'[CustomerNo]),VALUES('Customers Table'[CustomerName]),"Select Customer Number")

 

Is there any way (DAX Formula or Visual filter) to allow there to be an empty card until  single OR multiple slicer options are selected?  

 

Any help would be appreciated 🙂

 

 

 

1 REPLY 1
v-yuezhe-msft
Employee
Employee

@at997,

It is not possible to show data when multiple options are selected in this case, as per the following article, HASONEFILTER() will return blank() when more than one filter are selected.

https://msdn.microsoft.com/en-us/library/gg492135.aspx


Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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