Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
kajelliott
Helper I
Helper I

Filter Table to Show Value only If Measure 1 and/or Measure 2 equal 1

Hi All, 

 

I am trying to find a way to filter a table (by month, using another visual) and only show a value if a measure and/or another measure = 1. So when I filter by month and if Demo and/or Trial = 1 (or are checked) then show the Opportunity Size.

I can kind of get it to do this now, however it continues to show all values, so when I scroll down further you can see all the values for Demos and Trials in other months

Screenshot 2023-01-31 121829.png

Screenshot 2023-01-31 122122.png

I think the problem comes from the fact that Demo and Trial are measures containing USERRELATIONSHIP, as they both have different dates. 

Screenshot 2023-01-31 122337.png

The Opporuntiy Size is a sum created in Power Query using the following conditions - It was the only way I could get it to work as it does now. 

Screenshot 2023-01-31 122520.png

Does anyone have any advice about how I can solve my issue?

Thanks!

1 ACCEPTED SOLUTION
wdx223_Daniel
Super User
Super User

NewMeasure=IF([Demo]+[Trial],SUM([Opportunity]))

View solution in original post

2 REPLIES 2
wdx223_Daniel
Super User
Super User

NewMeasure=IF([Demo]+[Trial],SUM([Opportunity]))

Too easy! Thank you very much @wdx223_Daniel 🙂

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.