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.
Hello - Here's the link to my original post.
I have to filter out two values in the Measure. The values are "RDO" and "Weekend". How do I update the measure below to filter out two values?
Solved! Go to Solution.
Hi @yosemite
FILTER( 'Table','Table'[Value]<>"RDO" && 'Table'[Value]<>"Weekend" )
Please mark the question solved when done and consider giving kudos if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers
Hi @yosemite
FILTER( 'Table','Table'[Value]<>"RDO" && 'Table'[Value]<>"Weekend" )
Please mark the question solved when done and consider giving kudos if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers
User | Count |
---|---|
14 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
28 | |
19 | |
14 | |
8 | |
5 |