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.
I am currently working on an issue regards embedding power bi report in our platform. I should say that I am a newbie in Power BI and I have tried to read about the relation between a report, group, and dataset. My problem is related to caching report, datasetId and dataset belong to that report.
The current implementation, on one side, caches a report by getting reports after calling client.Reports.GetReportsInGroupAsync. And each time try to get the report by its name as the key. However, on the other side, to get the value of dataSets.IsEffectiveIdentityRequired, it caches the dataset. And each time after getting the report searches in the cache for that dataset to be able to assign IsEffectiveIdentityRequired.
My problem is I get Operation returned an invalid status code 'Bad Request' exception from Power BI API method client.Datasets.GetDatasetByIdInGroupAsync(GroupId, dataSetId) sometimes and my assumption is that they should update the dataset in power bi.
I have tried to find out the answer to these two questions, but I can not find a clear answer 1. What is the relation between Report and DatasetId? Because inside the Report model we have a datasetId, therefore I suppose that one report should be based on one unique dataset. 2. When we update a report, what happens to a datasetId? I get that exception, which means that datasetId is not valid anymore.
Solved! Go to Solution.
I got my answer through another forum, https://stackoverflow.com/a/54416182/2688419
I got my answer through another forum, https://stackoverflow.com/a/54416182/2688419
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
6 | |
6 | |
3 | |
2 | |
2 |