You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using FetchXml Query for Power BI when a URL for the record is added the results in Power BI produce an error while the remaining field display data.
Here is the fetch for the URL:
#"Added Link" = Table.AddColumn(#"Changed Type", "Link", each Dyn365CEBaseURL & "/main.aspx?etn=hsl_customervisit&pagetype=entityrecord&id=%7b"& [hsl_customervisitid]&"%7d"),