Forum Discussion
Raul
Post Patron
8 years agoDAX Measure to M language
Hello, I need to convert this Measure to a new column into Query editor in M language: TempFACT = CALCULATE(SUM(Task[Amount]);Task[Type]="A") Is it possible? Thank you!!
- 8 years ago
Hi Raul,
You can simply achieve it with Group By option in Edit Queries. Something like:
Thanks,
Xi Jin.
v-xjiin-msft
Solution Sage
8 years agoHi Raul,
You can simply achieve it with Group By option in Edit Queries. Something like:
Thanks,
Xi Jin.
Raul
Post Patron
8 years agoThanks v-xjiin-msft, works correct.