Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi Expert
Not sure if the is the best method to use for multiple IF conidtions for a calculated column - or a Switch Function works best
New Mappng = IF(vw_fct_ikea_blue_rdr[_1_1_Electricalsystem_Percentage] && vw_fct_ikea_blue_rdr[_1_2_Smokingandopenflame_Percentage] && vw_fct_ikea_blue_rdr[_1_3_Flammableliquidgasanddust_Percentage] && vw_fct_ikea_blue_rdr[_1_4_Arsonandhousekeeping_Percentage] && vw_fct_ikea_blue_rdr[_1_6_Batterycharging_Percentage] = "Fire Prevention","")
Solved! Go to Solution.
@Anonymous Well, in that specific case, that's just a single IF statement it really doesn't matter. But, in general, use SWITCH( TRUE(), ... ) to replace multiple, nested IF statements, it's just so much cleaner and more readable.
@Anonymous Well, in that specific case, that's just a single IF statement it really doesn't matter. But, in general, use SWITCH( TRUE(), ... ) to replace multiple, nested IF statements, it's just so much cleaner and more readable.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 46 | |
| 43 | |
| 39 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 68 | |
| 67 | |
| 31 | |
| 27 | |
| 24 |