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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
This is the desired output. For example: the PV's Avoided Carbon is (Baseline) 261,071 - (Carbon Total) 231,351 = 29,720
Solved! Go to Solution.
Hi @emk153 ,
You can achieve your required output in many ways, but one way is as follows:
You can create a [Baseline (all)] measure which ignores filter of Design Strategy field, and deduct [Carbon Total] measure from the Baseline (all) measure.
I attach the pbix file as an example.
Best regards,
Hi @emk153 ,
You can achieve your required output in many ways, but one way is as follows:
You can create a [Baseline (all)] measure which ignores filter of Design Strategy field, and deduct [Carbon Total] measure from the Baseline (all) measure.
I attach the pbix file as an example.
Best regards,
you are my hero. thank you so much.