Forum Discussion
Anonymous
8 years agoNot applicable
Need help with a calculated column
Hi, I am looking to group two columns and find the sum of result, as given in the table below. I hope we can use Summarize() to acheive this , but that would create a new table and I dont want the...
- 8 years ago
HI Anonymous
I just changed
(sum('Fact Vacancy_Indvi'[Addition]))
to
(sum('Fact Vacancy_Indvi'[Mes]))
- 8 years ago
Zubair_Muhammad
8 years agoCommunity Champion
HI Anonymous
I just changed
(sum('Fact Vacancy_Indvi'[Addition]))
to
(sum('Fact Vacancy_Indvi'[Mes]))
Zubair_Muhammad
8 years agoCommunity Champion
- Anonymous8 years agoNot applicable
Thanks Zubair_Muhammad , that worked:)