Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Sudhavi_84
Helper V
Helper V

Sum based on Child level

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.

 

Sudhavi_84_0-1625761280568.png

 

 

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.

 

Sudhavi_84_1-1625761371130.png

 

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

 

 

 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@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

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
Sudhavi_84
Helper V
Helper V

Thank you @amitchandak 

amitchandak
Super User
Super User

@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

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors