Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi Experts
See example sample data below. Property 1135 has partial data for all four utilities and hence the "P", Property 1125 has all Utility data hence the "F" and finally 1110 has no utility data and hence the N in the expected result column. How can i achieve this as a calculated column in Power BI and or Power Query???
Property Code | Elec | Water | Gas | Heat | End Result |
1135 | 25 | 2 | 0 | 3 | P |
1252 | 35 | 11 | 1 | 2 | F |
1110 | N |
Solved! Go to Solution.
Hi @BlueWhite3699 - you can create a new calculated column as below:
Hope this will gives you the expected result.
Proud to be a Super User! | |
Excellent
Hi @BlueWhite3699 - you can create a new calculated column as below:
Hope this will gives you the expected result.
Proud to be a Super User! | |
if you got the expected output. Please mark my post as a solution. it helps others.
Thank you
Proud to be a Super User! | |