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
I am using the following Custom Column Formula to create a column of locations with address, city, state and zip code.
= [Injury Location Address1]&", "&[Injury Location City]&", "&[Injury Location State]&" "&[Injury Location Zip Code]
It almost works but I if one of the 4 location columns is null, it considers the whole address null for the custom column.
What can I do to the above formula or in a different way allow the address to show inmy custom column if at least one of the four has proper data.
Solved! Go to Solution.
I went ahead and Merged all 4 columns and that worked as expected as compared to my Custom Column.
I went ahead and Merged all 4 columns and that worked as expected as compared to my Custom Column.
I should have said I am not getting the partial addresses to show if there is a null value in any of the 4 column fields for a single addess.
Could the null values be the issue and I need to have the null show as blank or somethiing else so that I see what the column can merge?
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.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 48 | |
| 40 | |
| 37 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 70 | |
| 67 | |
| 32 | |
| 27 | |
| 25 |