The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi Team,
We are unable to see data in our powerbi dashboards. But when we see on workspace or when we download we could see the data for the report. Dataset also getting refreshed without any issue.
Suddenly all the reports showing empty visuals from 04-06-2021 in all the reports.
can you help us with this.
Thanks,
chaitanya
Solved! Go to Solution.
Team,
Now all of our Dashboards are loading as expected. And we didn't modified any thing from our end.
Can you please let us know if any updates happend at PowerBI end.
Thanks,
Chaitanya V
Team,
Now all of our Dashboards are loading as expected. And we didn't modified any thing from our end.
Can you please let us know if any updates happend at PowerBI end.
Thanks,
Chaitanya V
Hi @v-chvadl ,
This may be due to the problem of communication between the cloud server and the network. If there are problems in large quantities, they will be announced here
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
++
The issue we identified is for the reports having row level filters. We are using following function to pass the required parameters.
var generateTokenRequestParameters = new GenerateTokenRequest("View", null, identities: new List<EffectiveIdentity> { new EffectiveIdentity(username: RLSValue, roles: new List<string> { RoleName }, datasets: new List<string> { report.DatasetId }) });
EmbedToken tokenResponse = await client.Reports.GenerateTokenInGroupAsync(ConfigHelper.PbiGroupId, report.Id, generateTokenRequestParameters);