Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Objective: To embed a PBI report on a portal where the report does not require authentication or sign-in to PBI.
Have tried the below:
The dataset is a composite model. The .NET code works if the dataset ID is not provided. Please share ramifications of not including the dataset ID in the code.
Please help resolve this issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @deepti_mrl,
To access content including datasets in Power BI service, you need the identify id to state the specific content you are accessing. And to access the specific content, you must have required permissions and during the access Power BI will acquired token for the specific content and access with it.
For something related to connect to dataset with XMLA endpoint, you could have a look at this official document. Dataset connectivity and management with the XMLA endpoint in Power BI - Power BI | Microsoft Docs
Best Regards,
Community Support Team _ Caiyun