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.
In this table, I wasn 80Mil against all the machinetypes. I created the measure electricity total usuage like this:
Solved! Go to Solution.
Try this measure
Electricity Total Usage =
CALCULATE(
SUM('Fact ResourceUsage'[Usage]),
'Fact ResourceUsage'[ResourceTypeKey] = 1,
REMOVEFILTERS('Fact ResourceUsage'[MachineTypeKey])
)
Hi aduguid ,thanks for the quick reply, I'll add more.
Hi @NKTMS ,
Make sure that the field you use in your visuals is from the fact table and not from the dimension table.
Or check if you are referencing the wrong column in DAX.
If I understand you wrongly, please provide simple data and show the expected results in pictures.
How to provide sample data in the Power BI Forum - Microsoft Fabric Community
Best Regards,
Wenbin Zhou
Hi aduguid ,thanks for the quick reply, I'll add more.
Hi @NKTMS ,
Make sure that the field you use in your visuals is from the fact table and not from the dimension table.
Or check if you are referencing the wrong column in DAX.
If I understand you wrongly, please provide simple data and show the expected results in pictures.
How to provide sample data in the Power BI Forum - Microsoft Fabric Community
Best Regards,
Wenbin Zhou
Try this measure
Electricity Total Usage =
CALCULATE(
SUM('Fact ResourceUsage'[Usage]),
'Fact ResourceUsage'[ResourceTypeKey] = 1,
REMOVEFILTERS('Fact ResourceUsage'[MachineTypeKey])
)
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.