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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Is it possible to filter a table where one measure is larger or smaller than another measure?
Solved! Go to Solution.
@bo_afk , yes but that need row context and all the measures should follow that
1. Option 1.
Create a flag measure if([M1]<[M2],1,0) , use this as table level filter
2. Option 2, for all measures
sumx(values(Table[ID]) if([M1]<[M2],[Measure],blank() ))
@bo_afk , yes but that need row context and all the measures should follow that
1. Option 1.
Create a flag measure if([M1]<[M2],1,0) , use this as table level filter
2. Option 2, for all measures
sumx(values(Table[ID]) if([M1]<[M2],[Measure],blank() ))
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 59 | |
| 43 | |
| 42 | |
| 23 | |
| 17 |
| User | Count |
|---|---|
| 190 | |
| 122 | |
| 96 | |
| 66 | |
| 47 |