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
snifer
Post Patron
Post Patron

selected value seams to not work properly

I used before and now it seems to not work I attach the powerbi file

 

https://www.dropbox.com/s/7pw7fkn7u0w3xef/TEST.pbix?dl=0

 

 

if slicer it is selected the display 1 otherwise 0

 

 

before was working why not? I do miss something?

 

1 ACCEPTED SOLUTION
MartynRamsden
Solution Sage
Solution Sage

Hi @snifer 

 

You only have one value ("local") in the column used for your slicer. As such, SELECTEDVALUE will always return "local", whether your slicer is selected or not. Resulting in your measure always returning 1.

 

If you add another record to your table, your measure will work as expected.

If you will only ever have one record in that table, you could use the ISFILTERED function instead.

 

Best regards,
Martyn


If I answered your question, please help others by accepting it as a solution.

View solution in original post

1 REPLY 1
MartynRamsden
Solution Sage
Solution Sage

Hi @snifer 

 

You only have one value ("local") in the column used for your slicer. As such, SELECTEDVALUE will always return "local", whether your slicer is selected or not. Resulting in your measure always returning 1.

 

If you add another record to your table, your measure will work as expected.

If you will only ever have one record in that table, you could use the ISFILTERED function instead.

 

Best regards,
Martyn


If I answered your question, please help others by accepting it as a solution.

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.