This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
I am trying to graph the same variable, filtered on different date ranges so I can compare values. Is this possible without creating a new measure? For example, I have a measure that divides production volumes by forecasted volumes to see what % of forecasted volumes I am actually producing. I want to compare that % from Jan - Mar to the % from Jan - Apr. Is that possible?
Thanks
Hi @Anonymous,
If you measure is a measure without any filter which can ignore the original filter, you can operate it like below:
Calculate on Original Measure =
CALCULATE([MeasureCount],AND('Table'[Date]>=Date(2016,1,1),'Table'[Date]<=Date(2016,5,1)))
/
CALCULATE([MeasureCount],AND('Table'[Date]>=Date(2016,1,1),'Table'[Date]<=Date(2017,4,1)))
If it contains the specified filter, you can't operation it at outside, you should write a new measure with original calculations and new filters.
Regards,
Xiaoxin Sheng
Hi @Anonymous
It is possibly but probably though creating extra measures. How come you want to avoid creating measures?
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 25 | |
| 23 | |
| 19 | |
| 17 | |
| 14 |
| User | Count |
|---|---|
| 25 | |
| 23 | |
| 20 | |
| 20 | |
| 19 |