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.
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 |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
11 | |
8 | |
7 |