Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Good morning,
I am experiencing an issue in PowerBI where my dashboard which has multiple pages, when it gets refreshed visualizations are showing blank data. This never used to happen but now everytime I refresh the report I experience another page with blank visuals. Any ideas are greatly appreciated. I have isolated this issue to understand the causation is coming from refreshing.
Thank you.
Kindly Check the Semantic Model refresh status.
If the Semantic Model powering the Report is updated with the lated data and only Report visuals are showing blank, then you may have to dig deeper into
1) What kind of source is being used in the pages or visuals affected.
2)Direct Query of Import Mode.
3)If Diret Query then the number of request being sent to the source could too many and this is affecting the time taken to the data to show up in the visuals and report.
Are you able to confirm that the model indeed contains some data?
You can do this various ways either by using SSMS to check the row count of tables or using DAX studio to directly query your deployed model.
Since you have not given much info to go on i think you will find few answers.
Hi there,
I have confirmed the model does have data and it is shown in the table view as well as transform data. Some reason it is not populating the visual.
This is a dashboard with around 20 different data sources, could capacity be an issue here?
Thanks
Since you mentioned 'Transform Data' it sounds like you are viewing your model from within your desktop, which is completely different to the model deployed in your service.
You could try creating a new pbix and connecting to the deployed version in your service if you do not have SSMS or DAX studio installed.
Ensure you have tried refreshing your report in the service before you dig too deep.