Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone
How can i write 2 or 3 calculation as one measure
For example I have below calculations
(Count(distinct total [EMployeeID-MF]),
Sum(total [Hours-MF]),
Sum(total [Total-MF]),
Sum(total [Total-MF]))
I want to display each calculation in each row of a table how can i do.
Try like this:
Measure1 & ' ' & Measure2 & ' ' & Measure3
Hi Aryan, if you want all measures for each code in rows you can use a pivot table, create a measure for each expression and drag measures to be shown as rows