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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I am trying to build a URL with values from the rows within the table, I want to add the Packet_ID into a URL so it can create a ticket in ServiceNow
I know the URL works but it just passes the Value [Packet_ID] into the correct field rather than the actual value of the highlighted row.
Thanks
Andy
Solved! Go to Solution.
Your link does not work for me.
That being said, if you want to build a url link from other pieces in the row you can add a custom column like:
"https://" & [account] & ".visualstudio.com/_apis/" & [api] & "?property=" & [propValue]where account, api, and propValue are your column names.
Your link does not work for me.
That being said, if you want to build a url link from other pieces in the row you can add a custom column like:
"https://" & [account] & ".visualstudio.com/_apis/" & [api] & "?property=" & [propValue]where account, api, and propValue are your column names.
Hi
This worked I didnt end the string before using the &[myfield]
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 14 | |
| 12 | |
| 10 | |
| 7 | |
| 6 |