Hello everybody!
How can I find out if one of the selected values is a string?
What I tried out:
VAR SelectedKpi = SELECTEDVALUE(KPIs[Value])
return
IF(SelectedKpi IN {"SOE"},SUM(...),BLANK())
It works, but I select multiple values, it will only work for one at a time.
I would like to be able to check if the string is into that variable.
Thanks!
Solved! Go to Solution.
You can put many values inside {...}, like {"A", "B", "C"}.
Hi @LucasFiorini ,
I'm a little confused about your needs, Could you please explain them further? It would be good to provide a screenshot of the results you are expecting.
Thanks for your efforts & time in advance.
Best regards,
Community Support Team_ Binbin Yu
You can put many values inside {...}, like {"A", "B", "C"}.
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
User | Count |
---|---|
104 | |
58 | |
45 | |
29 | |
24 |
User | Count |
---|---|
133 | |
94 | |
75 | |
44 | |
41 |