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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Aydeedglz
Helper V
Helper V

DAX Bring two columns from different tables, and one table has measures

Hi,

 

I am trying to bring two columns from different tables that are connected but one table has only measures, how can I bring it? Or do I need to create the masure in here? Because I am new and is complicated for me to move it, thanks

 

Aydeedglz_0-1682089999659.png

Aydeedglz_1-1682090009583.png

Aydeedglz_2-1682090090002.png

 

 

1 ACCEPTED SOLUTION
johnt75
Super User
Super User

Because its a measure and not a column you need to give it a name in SUMMARIZECOLUMNS, 

EVALUATE
SUMMARIZECOLUMNS (
    VALIDATED_PD[m_Group_Currency_Amount],
    "Total Overdue", [a_TotalOverdue]
)

View solution in original post

3 REPLIES 3
johnt75
Super User
Super User

Because its a measure and not a column you need to give it a name in SUMMARIZECOLUMNS, 

EVALUATE
SUMMARIZECOLUMNS (
    VALIDATED_PD[m_Group_Currency_Amount],
    "Total Overdue", [a_TotalOverdue]
)

Thanks it works! is the same logic for calculates columns? Or do I need to create it as a measure?

 

You don't need to specify a name for a calculated column, you can just specify the column, but all the columns need to be before the measures in the SUMMARIZECOLUMNS

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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.