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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors