Hi,
I am looking for a direct link to e.g. projects or timesheets.
Over the UI it is possible to get it over "Options" / "Share" / "Get a link". Is it also possible to get a direct link with the data which is available in the data lake?
I would like to jump directly from a PowerBI report to a project or a timesheet.
Hopefully someone has an idea or answer :-)
Jan
Hi Jan,
It is possible to generate such link in coding. You can choose to send the deep link with all records to the data lake, but that could cause some additional computing time which leads to a performance degradation where you don't know if you would use the link from all records from the Power BI report. You can also create a class which would receive the table/form name and a primary key field (URL parameters). This class can be linked to an action menu item. The coding in the class can then generate the deep link which then redirects the URL to open the project details or timesheet.
From Power BI, you can call the class with an URL like:
mydynamicsenvironment.cloudax.dynamics.com/cmp=DAT&mi=OpenDeepLink&formname=ProjTable&primkey=P10043
André Arnaud de Cal...
291,979
Super User 2025 Season 1
Martin Dráb
230,848
Most Valuable Professional
nmaenpaa
101,156