Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
79 | |
73 | |
58 | |
36 | |
32 |
User | Count |
---|---|
90 | |
62 | |
61 | |
49 | |
45 |