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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi Good day,
Can anyone pls need assistance on how can i reflect the sum of Daily Earned from table 1 to table 2 base from multiple column (Asset, Shutdown move, subcon and Project name)
Table 1
Table 2
Final Result (Jun 28-29)
https://drive.google.com/file/d/1uZ5saMtEsAf3OOgvFKZ-5HR6smW8tmV8/view?usp=sharing
Thank you
Solved! Go to Solution.
Try this calc column
Daily Earned =
CALCULATE (
SUM ( 'JC Daily Progress'[Daily Earned] ),
FILTER (
ALL ( 'JC Daily Progress' ),
'JC Daily Progress'[Progress Date] = EARLIER ( 'TA-S-Curve'[Date Plan] )
&& 'JC Daily Progress'[SUBCON] = EARLIER ( 'TA-S-Curve'[Subcontractor] )
&& 'JC Daily Progress'[Asset] = EARLIER ( 'TA-S-Curve'[Asset] )
&& 'JC Daily Progress'[Projectname] = EARLIER ( 'TA-S-Curve'[ProjectName] )
)
)
Hi @AllanBerces Can you try the below measure
Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!
Proud to be a Super User! | |
HI @rajendraongole1 thank you for you reply, but its not working. the two table are connected to Dimdate table.
Thank you
hi @AllanBerces ,
Data is inacessible:
Try this calc column
Daily Earned =
CALCULATE (
SUM ( 'JC Daily Progress'[Daily Earned] ),
FILTER (
ALL ( 'JC Daily Progress' ),
'JC Daily Progress'[Progress Date] = EARLIER ( 'TA-S-Curve'[Date Plan] )
&& 'JC Daily Progress'[SUBCON] = EARLIER ( 'TA-S-Curve'[Subcontractor] )
&& 'JC Daily Progress'[Asset] = EARLIER ( 'TA-S-Curve'[Asset] )
&& 'JC Daily Progress'[Projectname] = EARLIER ( 'TA-S-Curve'[ProjectName] )
)
)
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 102 | |
| 79 | |
| 57 | |
| 51 | |
| 46 |