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.
Hi Experts
Let me explain in simple way my problem first:-)
I have a Master Table and Fact Table.
Master Table is related One to Many with Fact Table ID.
In Master Table I have Child Level ID's and structure is as below.
What I am trying to acheive is Sum based on Parent level but I want to display the table as Child level with Total based on "ABC" Criteria in Fact Table as below.
Please may I know how can I display based on this criteria?
I tried but sum I can show only based on Parent level. Can anyone help how to acheive above table please as result
Thanks in Advance
Solved! Go to Solution.
@Sudhavi_84 , Assuming they have 1-M relation Master to fact
calculate(Sum(Fact[values]), filter(Fact, Fact[Criteria] ="ABC"))
Display this with child level of master
@Sudhavi_84 , Assuming they have 1-M relation Master to fact
calculate(Sum(Fact[values]), filter(Fact, Fact[Criteria] ="ABC"))
Display this with child level of master
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.