skip to Main Content

Azure – Persist Power BI Data source Credentials

I created a REST API that is responsible for updating the data source of the specific report and then refreshing it. API to update the datasource: https://api.powerbi.com/v1.0/myorg/datasets/{datasetId}/Default.UpdateDatasources API to refresh the dataset: https://api.powerbi.com/v1.0/myorg/datasets/{datasetId}/refreshes When I try to refresh the dataset,…

VIEW QUESTION

Azure – Creation of streaming dataset is deprecated. We recommend exploring Real-Time Intelligence in Microsoft Fabric

Suddenly I can not create new dataset schema for power bi report in Azure. While trying to create new dataset schema via rest API it is showing me error. The error is : "{"error":{"code":"FeatureDeprecatedError","pbi.error":{"code":"FeatureDeprecatedError","details":[{"code":"LearnMoreLink","detail":{"type":0,"value":"https://learn.microsoft.com/en-us/power-bi/connect-data/service-real-time-streaming#types-of-real-time-semantic-models"}},{"code":"FeatureDeprecatedMessage","detail":{"type":0,"value":"Creation of streaming dataset is deprecated. We…

VIEW QUESTION
Back To Top
Search