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.

Power BI in ASP Net MVC

Hello Team,

Am working on POC to embedd power bi report with in MVC application, This application has not been developed by me rather it has been pulled from this URL
https://github.com/Microsoft/PowerBI-Developer-Samples/tree/master/App%20Owns%20Data

am also following the this URL "https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-embedding-content/ " to register my application to azure,
creating power bi pro account etc as mentioned in URL.

Once after am done with all the registration process, i click on "Embed Report" and gets below error message :
"missing_federation_metadata_url: Federation Metadata Url is missing for federated user. This user type is unsupported."

Does anybody knows what this error refers to ?

Looking to hear from you

Thanks,
Mohan Pal

Status: New
Comments
Eric_Zhang
Employee

@mrathor

What kind of account is used in the App owns data demo? Can you login Power BI service with that account?

var credential = new ClientCredential(Username, Password);
syam_v
Frequent Visitor

I am also facing the same issue. Please help. I am bale to login to PowerBI service. But when I tried to access using Github code facing the exception

 

"missing_federation_metadata_url: Federation Metadata Url is missing for federated user. This user type is unsupported"

Pbi_Enthu
Regular Visitor

 

Folks,

 

         Anybody able to resolve the above issue where we get the below error, when trying to use App Owns data app from github.

 

"missing_federation_metadata_url: Federation Metadata Url is missing for federated user. This user type is unsupported"

 

Thanks.