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!Get Fabric certified for FREE! Don't miss your chance! Learn more
How can i extract the GUID from this URL into a new column:
https://abc.xyz.ca/home.aspx?sitemappath=Workplace%7cMyWork%7cnav_dashboards&dashboardId=%7bx88fbece-7653-e521-8e77-002056b805fe%7d&dashboardType=1031&pagemode=iframe
Solved! Go to Solution.
Hi @dax_powerbi ,
If you are trying to extact the dashboardID, try this as a custom column in Power Query:
Text.BetweenDelimiters([Column1], "%", "%", 2, 0)
If you're trying to extract the webpage itself, it is not accessible from our end.
Hi @dax_powerbi ,
If you are trying to extact the dashboardID, try this as a custom column in Power Query:
Text.BetweenDelimiters([Column1], "%", "%", 2, 0)
If you're trying to extract the webpage itself, it is not accessible from our end.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 68 | |
| 59 | |
| 44 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 104 | |
| 102 | |
| 37 | |
| 26 | |
| 25 |