Forum Discussion
gprg
8 years agoRegular Visitor
PowerPivot - Measure
Hi together, short question in the round: I want to isolate and read the value 2 from different columns of a table.
The columns awa60 to wa63 can store three different values: 0, 1 and 2.
For example:
=calculate(SUM(ca[awa60]);ca[awa60])=2+
calculate(SUM(ca[awa60]);ca[awa61])=2+
calculate(SUM(ca[awa60]);ca[awa62])=2+
calculate(SUM(ca[awa60]);ca[awa63])=2
My measure does not work. Can someone help? greetings Guenter
1 Reply
- v-yulgu-msftMicrosoft Employee