Forum Discussion
Help with IF statement
Can you please share the PBIX file with this sample data ?
- anandraman8 years agoHelper I
Can you please check this condition?
* "O" = Aantal geboekt <= Uren Gecalculeerd + Uren Risico Opslag & > Uren Gecalculeerd + Uren Risico Opslag
- v-huizhn-msft8 years agoMicrosoft Employee
Hi miltenburger,
Please check logic of the second condition above is unclear as anandraman said. And from your .pbix file, you add SUM(Blad1[Aantal geboekt]), SUM(Blad1[Uren Gecalculeerd]) and SUM(Blad1[Uren Risico Opslag]), please use them in the measure like the following formula.
Best Regards,
Angelia- miltenburger8 years agoHelper V
Hi v-huizhn-msft and anandraman, thanks for the reply
See the error below:
I also tried something else, but it only gvies me the "G" value....
- anandraman8 years agoHelper I
I think the logic which is to be implemented has some conflict with other one. Please check this once and then try implementing the logic.