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.
I am trying to create a formula where "if the values of Column1 are different from "value1", "value2", "value3", "value4", then "error" if not "ok"
Also there is blank category and spaces that seem like blank and I am trying to incloude them or find a way to ignore them
I have tried like this:
You can try re-write the formula as the following:
IF(SELECTEDVALUE('TABLE1'[Classification]) in {"Value1", "Value2"...etc}, "Error", "OK")
User | Count |
---|---|
76 | |
75 | |
46 | |
31 | |
27 |
User | Count |
---|---|
99 | |
91 | |
51 | |
49 | |
46 |