Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
User | Count |
---|---|
25 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
30 | |
13 | |
11 | |
9 | |
6 |