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,
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
Solved! Go to Solution.
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]
)
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
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.
User | Count |
---|---|
12 | |
11 | |
9 | |
8 | |
8 |