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.
I'm attempting to use the calulate function to sum a result and apply filters. However the calcultate function only seems to allow me to use a column as a reference but my reference is a measure. Is there a workaround for this in the Calculate function or is there another Dax function that will allow me to sum my measure and apply filters?
Solved! Go to Solution.
Hi,
Just put the measure in place of sum(percentcol), so it should be CALCULATE(COALESCE(percentcol,0)......). The measure be calculated accordingly.
Proud to be a Super User! | |
Hi,
Just put the measure in place of sum(percentcol), so it should be CALCULATE(COALESCE(percentcol,0)......). The measure be calculated accordingly.
Proud to be a Super User! | |
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.