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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi Community,
I have 4 columns each containing a piece of an address. PowerBI's concatnate function only allows for 2 values.
First, how can I concatnate all 4 cells so that the output is = 1234 Well Road Los Angeles CA 93257
Next, assuming the concatnate can be done, how can I make the newly created column a clickable address that will be located on the bing map visual?
Thank you guys!!
Solved! Go to Solution.
Hi,
This calculated column formula should work
=[address]&" "&[City]&" "&[State]&" "&[zip]
Hope this helps.
@Anonymous,
Currently, it is not possible to add a clickable address in the newly created column as you describe, you are able to create hyperlink in Power BI Desktop using table/Matrix/textbox as described in this article.
IIn Power BI Desktop, you can consider to use drill through feature to navigate to map visual.
Regards,
Lydia
@Anonymous, thanks for your response.
Hi,
This calculated column formula should work
=[address]&" "&[City]&" "&[State]&" "&[zip]
Hope this helps.
Thank you!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.