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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
I think the problem comes from the fact that Demo and Trial are measures containing USERRELATIONSHIP, as they both have different dates.
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.
Does anyone have any advice about how I can solve my issue?
Thanks!
Solved! Go to Solution.
NewMeasure=IF([Demo]+[Trial],SUM([Opportunity]))
NewMeasure=IF([Demo]+[Trial],SUM([Opportunity]))
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 9 | |
| 9 | |
| 8 | |
| 6 | |
| 5 |
| User | Count |
|---|---|
| 23 | |
| 16 | |
| 15 | |
| 14 | |
| 8 |