Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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