cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

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
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors