Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |