Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi there,
One of my tables in power BI is connected with a ArcGIS. That table has column which looks like following:
SHAPE |
POINT (1407236.9840000002 4920485.674) |
POINT (1407116.9390000002 4920413.94) |
POINT (1407065.721 4920193.42) |
POINT (1407093.5889999997 4920381.022) |
POINT (1407178.352 4920147.297) |
POINT (1407122.5259999996 4920155.973) |
POINT (1407132.7300000004 4920242.326) |
POINT (1407182.3339999998 4920423.836) |
POINT (1407113.8310000002 4920109.255) |
POINT (1407200.517 4920453.004) |
POINT (1407075.244 4920080.767) |
POINT (1407149.011 4920394.246) |
POINT (1406982.9960000003 4920018.768) |
POINT (1407085.4000000004 4920221.804) |
POINT (1407141.0089999996 4920324.408) |
POINT (1407199.9000000004 4920523.919) |
As you can see that column contains the x and y coodinates. I want to plot these coordinates on 'ArcGis Map for power BI' visualization. Is there any way in Dax to split the column in x and Y coordinates?
Solved! Go to Solution.
@Dunner2020 , I think first you should replace
"POINT (" with ""
and ")" and ""
and then split the this by " " (Space) in two columns.
You have option for both in power query/edit query
https://www.tutorialgateway.org/how-to-split-columns-in-power-bi/
https://www.howtoexcel.org/power-query/bulk-replace-values/
@Dunner2020 , I think first you should replace
"POINT (" with ""
and ")" and ""
and then split the this by " " (Space) in two columns.
You have option for both in power query/edit query
https://www.tutorialgateway.org/how-to-split-columns-in-power-bi/
https://www.howtoexcel.org/power-query/bulk-replace-values/
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
86 | |
84 | |
83 | |
67 | |
49 |
User | Count |
---|---|
131 | |
111 | |
96 | |
71 | |
67 |