Forum Discussion
Gunter
3 years agoNew Member
Calculated table: Column 'Planned Eng.' cannot be found or may not be used in this expression.
Dear experts, I struggle to understand below: Engagements =
CALCULATETABLE(
ADDCOLUMNS(
SUMMARIZE('Assignees', 'Assignees'[Assignee], "Actual Engagements", COUNT('Cards'[Acti...
pratyashasamal
3 years agoMemorable Member
Hi Gunter ,
I have experienced similar issues before when view column names have changed. Sometimes refreshing the Preview in Power Query is sufficient to fix it or selecting 'Choose Columns' in PQ and ensuring all are selected.
Thanks,
Pratyasha Samal
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
Pratyasha Samal
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
Gunter
3 years agoNew Member
Thank you - I think it must be an error regarding my understanding of how to write this statement. Let's see if someone else had an idea as well.