Forum Discussion
Torbenan
6 years agoHelper I
If statement reversed
I've the simplest possible measure. simple if = IF(2>1,3,4). It returns 4!! If I write it like this (see spaces) simple if = IF(2>1, 3, 4). It returns The syntax for '3.' is inc...
v-eachen-msft
6 years agoCommunity Support
Hi Torbenan ,
I have tested it for many times, it always returns 3 without any error.
You could re-install Power BI and check if it works.
- Torbenan6 years agoHelper I
Tried a reinstall, but that did not help
I tried this measure.Notice that the "," I put into the formula is replace with a "." in the error message. It might be regional settings, which is the issue.