Forum Discussion
piotrgrendus87
3 years agoHelper I
How to calculate sum using IF function
Hello. I would like to know if there is a way to do sum when using the IF function. Below is an example of my problem I have three metrics: Today, Today 1 and Today 3, for every metr...
Manoj_Nair
3 years agoSolution Supplier
piotrgrendus87- Did you tried using this. I just made a small changes in your proposed DAX measure. Let me know if this works.
Test Logic Average = DIVIDE([Test Logic Sum], 3, 0)