Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
8 | |
7 |