Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi
How to write boolean calculated expression when
1)Calcuated column A : "Column 1 & Column 2 equal to value ='A' else 'No'
2)Calculated Column B: Column 1 & Column2 not equal and is null then 'Yes' else 'o'
Vs
Solved! Go to Solution.
@Anonymous
Two Columns:
Column A = IF( Table[Column1] = Table[Column2] ,"A" , "NO")
Column B = IF( ISBLANK(Table[Column1]) && ISBLANK(Table[Column2] ), "YES", "O")
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
How to convert boolean datatype as text datatype for Calculated column in Power Bi?
@Anonymous
Two Columns:
Column A = IF( Table[Column1] = Table[Column2] ,"A" , "NO")
Column B = IF( ISBLANK(Table[Column1]) && ISBLANK(Table[Column2] ), "YES", "O")
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
User | Count |
---|---|
75 | |
75 | |
45 | |
31 | |
27 |
User | Count |
---|---|
99 | |
89 | |
52 | |
48 | |
46 |