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
It worked with the first sample you provied :smileysad:
Could you share the file?
Anonymous
8 years agoNot applicable
Hi Zubair_Muhammad ,
Below is the link for the sample dataset , kindly let me know if you need anything else
https://drive.google.com/open?id=148r_DPdsPz9aZACA4CcFr70MnpD5VUvl
Thanks,
- Zubair_Muhammad8 years agoCommunity Champion
HI Anonymous
I just changed
(sum('Fact Vacancy_Indvi'[Addition]))
to
(sum('Fact Vacancy_Indvi'[Mes]))
- Zubair_Muhammad8 years agoCommunity Champion
- Anonymous8 years agoNot applicable
Thanks Zubair_Muhammad , that worked:)