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
AllanBerces
Post Prodigy
Post Prodigy

Adding Calculated Column but Data from other Table

Hi good day,

Can anyone know how, How can i created new column on Table 1 but data is from Table 2 . But Table 2  i need to filter from current date, Category, Task Phase and Sub category.

AllanBerces_0-1709177367267.png

Thank you

2 REPLIES 2
Sivakumar_H
Helper I
Helper I

@AllanBerces  try to change bi directional filter from Daily SQL table and Dimension Calendar, Then Use CALCULATE & RELEATED function in Table 1 to create calculate column based on filter condition required.

Hi Sivakumar,

Can you tech me how try code it corretly.

 

Column = SUMX(RELATEDTABLE('Daily SQL'), 'Daily SQL'[Current Date](FILTER('Daily SQL','Daily SQL'[WON]="NC000172" && 'Daily SQL'[Task Phase] = "PRECPRA"), 'Daily SQL'[Earned last 24 hrs]))
 
They are all connected in date.
AllanBerces_0-1709182043272.png

Thank you

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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