Forum Discussion
Elisa112
Helper V
1 year agoLink customer ID to source system customer record
Hi Experts Is it possible to link a customer ID from PBI to the source system record for that customer and if so how is this done? Our CRM is off the shelf and not a microsoft product. Thanks i...
- 1 year ago
Create a new column
Customer URL = "domain.com/editcustomer.aspx?nActionId=2&strRef=" & 'Table'[CustomerID]
Elisa112
Helper V
1 year agoThe url looks like this
domain.com/editcustomer.aspx?nActionId=2&strRef=CustomerID, so I believe the link can be done. I am not clear what dax is required, can you provide an example please?
many thanks
johnt75
Super User
1 year agoCreate a new column
Customer URL =
"domain.com/editcustomer.aspx?nActionId=2&strRef=" & 'Table'[CustomerID]
- Elisa1121 year ago
Helper V
Thank you, I watched a couple dynamic linking videos as well, had to adjust the URL slightly but all works perfectly.
thank you for the guidance, much appreciated