Forum Discussion
Power Bi Embed: Can't load data for this visual
- 9 years ago
I find out the problem.
I published a pbix in Azure that was using RLS parameter.
Because this it works in Power BI Service and didn't in Azure.
Azure doesn't allows RLS.
Tks.
FabioIkoMotta wrote:
I follow exactly the sample (.sln) provide by Microsoft .
I create workspace, uploaded pbix file, update database connection string and display it in a MVC web.
Is works fine when the file I upload is new.
If I upload a file that I was previously published in Power Bi Service, it fails and show a warning "can't load data for this visual".
Both reports uses the same connection, database and tables.
Must I recreate the files or there is any work around?
That sounds really weird. I don't reproduce that. I can import an pbix that already published to Power BI Service to workspace and embed the report without problem.
Can you be more specific on your pbix, is that an DirectQuery to Azure database? If yes, have you configured the credential correctly? Regarding the warning "can't load data for this visual", what is the detailed message?
- FabioIkoMotta9 years agoRegular Visitor
Tks for your answer.
Follow detailed message:
Código de status Http401
ID da atividade27fa4f5a-858f-4c2a-a7bc-c934ef3e63b5
ID de correlação47a9c5f8-571d-3e5c-a01d-ef727cefe773
Solicitar ID84a39c4d-6420-1a22-9895-e9b94704e4af
HoraThu Sep 08 2016 11:32:26 GMT-0300 (Hora oficial do Brasil)
Versão13.0.1605.432
Cluster URIhttps://wabi-brazil-south-redirect.analysis.windows.net/
- Eric_Zhang9 years agoMicrosoft Employee
HTTP Error 401 means Unauthorized, can you be more specific on what is the database in your case, how the pbix connects to the database, direct query or import? How did you embed the report?