Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Experts,
I hope this is the right place to get some help for my issue:
I would like to do something like this:
DAX Fridays! #212: VALUES vs SELECTEDVALUE to conditional format a line chart - YouTube
And for a Test I did it how it was explained and it works:
Test4 =
var selectvalue = VALUEs(Abfrage1[id])
return
If(selectedvalue(Tabelle[ID]) in selectvalue, "y" , "n")
but for the real data with the same code:
Test4 =
var selectvalue = VALUEs(Abfrage1[Index.1])
return
If(SELECTEDVALUE(Member[Index.1]) in selectvalue, "y" , "n")
I get only "y" as the results...
Does someone has a tip for me😢?
Solved! Go to Solution.
Hi @Do5779
The screenshot is not clear. Would you please share a larger one?
However, please make sure 'Abfrage1' table is the slicer table and 'Member' is the one used in the table visual. If the opposite is true then you need to interchange the table names in the formula.
Hi @Do5779
The screenshot is not clear. Would you please share a larger one?
However, please make sure 'Abfrage1' table is the slicer table and 'Member' is the one used in the table visual. If the opposite is true then you need to interchange the table names in the formula.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
24 | |
10 | |
6 | |
6 | |
6 |
User | Count |
---|---|
29 | |
11 | |
11 | |
10 | |
6 |