dataverse
4 TopicsGetting Error while updating datasource using Rest APIs
I was trying to update Datasource path for Dataverse dataset using rest api but getting error while using below payload payload = { "updateDetails": [ { "datasourceSelector": { "datasourceType":"Extension", "connectionDetails":{ "path":"abc.crm8.dynamics.com", "kind":"CommonDataService" }, "datasourceId":"10400158-2269-42a8-9f22-95745d551cee", "gatewayId":"960c0756-6d6f-45f1-9977-82703c510ea7" }, "connectionDetails": { "path": "def.crm8.dynamics.com", "kind":"CommonDataService" } }]} Error msg is :: Parameter UpdateDetails is missing or invalidSolved1.6KViews0likes3CommentsPaginated Reports and dataverse global opition set data
How do you get the global option set data and opition set data in datavese when using the dataverse connection in Report Builder for PowerBI? The only solution I can come up with so far is to create a dataset for every single option set and then do a lookup in an expression whenever any data contains the the optionset value to get the localized label. Please remeber this is about Report Builder, not power apps or PowerBI. If you don't know anyting about dataverse or Report Builder please don't answer.500Views0likes0CommentsDataverse Scheduled Refresh in Report Server
Hi, is scheduled refreshes supported for Dataverse as a data source in Power BI Report Server? I'm not finding any information on Dataverse with RS. Being that my org is starting to use Dataverse now, I'm trying to understand the capabilities of it with PBI Report Server. Thanks!Solved1.3KViews0likes1CommentUnable to connect to Synapse Lake DB from Power BI report in PBIRS
This seems like it may be a limitation in the current version of Power BI Report Server (PBIRS), though I'm hoping we're just doing something wrong. If it is a limitation, I would love to see if we could get this on the product roadmap (product team!). In short, we have a Dataverse environment for which we have enabled Synapse Link, which creates a Lake DB database on synapse. In this style of database, SQL user authentication is not supported (the DB is exposed as a readonly replica, and thus we cannot "create user" on the DB). As a consequence, the only supported way to connect to the Synapse database is using organization/microsoft accounts. Using the PBIRS version of Power BI desktop, we are able to author such reports, work with datasources, etc. just fine. However, when it comes time to deploy to PBIRS, the only authentication methods that are available when configuring the data source are Windows Auth (i.e., on-prem windows/active directory) and Basic Auth (SQL users). Long story short, even though you could create a SQL user and grant the sysadmin role, which would allow the user to access the lakedb database, that user does not have permission to access the underlying resources in the Azure Storage Acccount (the data lake), and thus you cannot run queries or interact with the data. It seems that either the PBRIS platform needs to add support in data source configuration for data model data sources for Microsoft/Organizational autentication (see the screenshot below), or the Synapse team needs to figure out how to support SQL authentication on Lake DBs. Has anyone encountered and gotten past this problem? Are we maybe missing something? Separately, any chance the product team is interested in picking this up and supporting MS auth? thanks!!Solved1.6KViews0likes2Comments