Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
jwilliams
New Member

Edit Power BI Online data source

Don't know if this is the right board to post this question on...apologies.

 

Is there any way to edit an existing BI Online data source that is currently connected to an Enterprise Gateway?

 

I'd like to be able to take a Power BI Online report that currently points to an on prem production SSAS tabular database and point it at a test database without having to create the report from scratch.

 

Thanks for reading my question :^)

1 ACCEPTED SOLUTION
BhaveshPatel
Community Champion
Community Champion

Unfortunately not. 

You can delete the existing data source but editing option is still not available.

Please Vote and Support the below idea for making it availble in future releases.

 

https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/11309835-edit-data-sources-in-ent...

 

 

Thanks & Regards,
Bhavesh

Love the Self Service BI.
Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to give Kudos.

View solution in original post

2 REPLIES 2
BhaveshPatel
Community Champion
Community Champion

Unfortunately not. 

You can delete the existing data source but editing option is still not available.

Please Vote and Support the below idea for making it availble in future releases.

 

https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/11309835-edit-data-sources-in-ent...

 

 

Thanks & Regards,
Bhavesh

Love the Self Service BI.
Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to give Kudos.

I'm trying to do something similar and want to update a PowerBI embedded report datasource. For example my data source is Azure Blob Storage and calling API:


https://api.powerbi.com/v1.0/collections/RPFabricDEV/workspaces/{0}/datasets/{1}/Default.GetBoundGat...


I get something like below:

{
  "@odata.context": "http://wabi-west-us-redirect.analysis.windows.net/v1.0/collections/{0}/workspaces/{1}/$metadata#gatewayDatasources",
  "value": [
    {
      "id": "{2}",
      "gatewayId": "{3}",
      "datasourceType": "Unknown",
      "connectionDetails": "{\"account\":\"{4}\",\"domain\":\"{5}\"}"
    }
  ]
}


Using powerbi-cli I would like to update the account, domain and access key. Moreover I would like to set a schedule. There seems to be no documentation on how to do the above… any pointers appreciated.

Thx

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors