The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi experts,
I am trying to mark all the rows that that are invalid.
Please help me with Dax or M as I fairly new.
Col A | Col B | Mark |
WWW | Don't Consider | X |
WWW | Consider | X |
WWW | Consider | X |
ABC | Don't Consider | X |
ABC | Consider | X |
XYZ | Consider | OK |
If in col B, if I find any value as "Don't Consider", then I should be able to ignore the whole bunch of rows with that ID.
So the result should be as column 'Mark'.
Thanks in advance!
Solved! Go to Solution.
Try this..
Try this..
can I do the same condition but make in a table without add X and OK only filter the table result as a table?
Thanks a lot for the quick response VasTg.
The DAX worked in the way I want. But as I was looking at the records, I might need to add more condition in the future.
But for now, it serves my purpose.
Appreciated!! And keep up the good work 🙂
User | Count |
---|---|
70 | |
64 | |
62 | |
49 | |
28 |
User | Count |
---|---|
117 | |
75 | |
61 | |
54 | |
42 |