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
geekometer
Employee
Employee

Set-PowerBIDataset : Operation returned an invalid status code 'BadRequest'

Hello, I'm trying to set PowerBI datasets target storage mode to Premium files. I did a Get-PowerBIDataset and it worked and showed me the actual storage value 'abf' alongside datasetid. But its not letting me SET. 

 

Itried this by giving dataset name and dataset id but none worked.

WITH DATASETNAME

 

Set-PowerBIDataset -Name MyFirstDataset -TargetStorageMode PremiumFiles -WorkspaceId f04180c5-338f-4e53-b11d-7431fe220862

Set-PowerBIDataset : Operation returned an invalid status code 'NotFound'
At line:1 char:1
+ Set-PowerBIDataset -Name MyFirstDataset -TargetStorageMode PremiumFil ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.Power...tPowerBIDataset:SetPowerBIDataset) [Set-PowerBIDataset], HttpOperationException
+ FullyQualifiedErrorId : Operation returned an invalid status code 'NotFound',Microsoft.PowerBI.Commands.Data.SetPowerBIDataset

 

WITH DATASETID

Set-PowerBIDataset -Id 506136cb-9f42-45ad-8201-9d103681a401 -TargetStorageMode PremiumFiles -WorkspaceId f04180c5-338f-4e53-b11d-7431fe220862
Set-PowerBIDataset : Operation returned an invalid status code 'BadRequest'
At line:1 char:1
+ Set-PowerBIDataset -Id 506136cb-9f42-45ad-8201-9d103681a401 -TargetSt ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.Power...tPowerBIDataset:SetPowerBIDataset) [Set-PowerBIDataset], HttpOperationException
+ FullyQualifiedErrorId : Operation returned an invalid status code 'BadRequest',Microsoft.PowerBI.Commands.Data.SetPowerBIDataset

0 REPLIES 0

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.