Forum Discussion
Saad_Hanif456
2 years agoHelper I
undefined
Dear Experts, When I am using the following Expression the Dax Result shows in the below table: Calculate = Sum[Gross Salary], All[Department Name] Slicer Year 2023 Slicer Month J...
- 2 years ago
pls try this file
Ahmedx
2 years agoSuper User
pls try this
NewMeasure = IF(SUM('yourtable'[Gross Salary]),[Total Salary])
Saad_Hanif456
2 years agoHelper I
It is not getting done by this
- Ahmedx2 years agoSuper User
explain why it didn’t work, maybe you use implicit measures