The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
24 | |
9 | |
8 | |
7 | |
6 |
User | Count |
---|---|
29 | |
13 | |
11 | |
9 | |
9 |