Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
We recently upgraded to Power BI Report Server on premises. We have a directory name "President's Office". While still on SSRS the was no issue with name. After upgrading we received an error when clicking on the ellipsis in the upper right corner of the folder. The error persisted for all subfolders.
The error reported is:
Something went wrong. Please try again later.
We removed the apostrophe and normal operation resumed.
The result of this API call is a 404 error:
reports/api/v2.0/Folders(Path=%27/President's%20Office%27)/AllowedActions
Rename the directory and removed the apostrophe and the result is:
{ "@odata.context":"https://<reportserver>/reports/api/v2.0/$metadata#Collection(Model.AllowedAction)","value":[ { "Action":"Create Folder" },{ "Action":"Delete" },{ "Action":"Read Properties" },{ "Action":"Update Properties" },{ "Action":"Create Report" },{ "Action":"Create Resource" },{ "Action":"Create data source" },{ "Action":"Create Model" },{ "Action":"Read Security Policies" },{ "Action":"Update Security Policies" } ] }
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.