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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
AMBP73
Helper I
Helper I

Card Visual to show 'Nil Selection'

Hello.

I have a card visual that I would like to show current selection on a slicer. Could someone please advise on a dax measure to show "Nil Selected" on the card when no selection has been made on the slicer?

Thanks in advance.

1 ACCEPTED SOLUTION
ChiragGarg2512
Solution Sage
Solution Sage

ChiragGarg2512_0-1695202750034.png

 

The use of isfiltered will help here.

measure = if(not(isfiltered(column on which the card will be filtered)), "Nil Selection", output column/measure )

View solution in original post

3 REPLIES 3
ChiragGarg2512
Solution Sage
Solution Sage

ChiragGarg2512_0-1695202750034.png

 

The use of isfiltered will help here.

measure = if(not(isfiltered(column on which the card will be filtered)), "Nil Selection", output column/measure )

Hi, thanks for the solution. The 'Nil selected' is coming up when nothing is selected on the slicer, however when selecting a value I get an error? In the second part of the measure you provided it wouldn't allow me to put just the column so I created a measure for that column to input, maybe this is the issue? The measure I created for the second  

Part is calculate(countrows).

Anonymous
Not applicable

change the last part to SelectedValue(column name used in filter) or [measure]

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.