Forum Discussion
Checking boolean column value with custom column
- 8 years ago
In your formula: Instead of writing "TRUE" you have to write true
"TRUE" is a text expression and true is one of the boolean expressions.
M is also case sensitive, so just true or false allowed here :)
Imke Feldmann
www.TheBIccountant.com -- How to integrate M-code into your solution -- Check out more PBI- learning resources here
In your formula: Instead of writing "TRUE" you have to write true
"TRUE" is a text expression and true is one of the boolean expressions.
M is also case sensitive, so just true or false allowed here :)
Imke Feldmann
www.TheBIccountant.com -- How to integrate M-code into your solution -- Check out more PBI- learning resources here
Thanks a lot Imke,
That solved the problem and now I got the correct results in custom column.
BR
Aksa