Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Comparing a Column with Strings with a specific Value

Good Morning,   i am new to PowerBi and i want to adopt an Excel formula to PowerBi. The formula in Excel is as follows: =IF(M2="R4";I2;IF(M2="R3";J2;IF(M2="R2";K2;IF(M2="R1";L2)))) and here a p...