Forum Discussion
IF & AND formula in power query?
- 5 years ago
Hi Anonymous
Add a custom column with this code, calling it "Result Actual" (or whatever other name you want):
if [Country]="UK" and Test.Start([Profit Centre], 3) = "IE0" then [Actuals]*0.86 else [Actuals]
You can then remove the original Actuals column
Please mark the question solved when done and consider giving kudos if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers
Hi Anonymous
Add a custom column with this code, calling it "Result Actual" (or whatever other name you want):
if [Country]="UK" and Test.Start([Profit Centre], 3) = "IE0" then [Actuals]*0.86 else [Actuals]
You can then remove the original Actuals column
Please mark the question solved when done and consider giving kudos if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers