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.
Hiya,
I have the below model in Power BI.
Above dimensions have one to many relationship with a single cross filter direction.
What I am after is having a single table showing Demand value based on the below context. I need a dax to help me achieve that.
Any help is greatly appreciated. I have been trying for a while now.
I thought changing context for Calculate would work, but not in my case.
Calculate( sum(demand value), Fact_consumer)
Solved! Go to Solution.
@H_insight , Ideally, across common dimension
Sum(Fact_consumer[demand value])
Should work
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
@H_insight , Ideally, across common dimension
Sum(Fact_consumer[demand value])
Should work
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
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.