Forum Discussion
PowerBI Table suddenly gone white after resizing visual
- 1 year ago
It’s unlikely that simply resizing the visual would cause the table to go blank. Most likely, while resizing, you may have accidentally interacted with the other table, which triggered a cross-filtering effect — causing your tables to appear empty, showing only the column headers. Try disabling the interactions between the visuals (Format → Edit Interactions) and see if that resolves the issue.
If that doesn’t help, consider the following possibilities:
-
Your measure might be returning BLANK due to active filters.
-
The visual may not be refreshing correctly — try refreshing the report or restarting Power BI Desktop.
-
The combination of filters might result in no data being returned, even though the table structure is still there.
-
If the visual was resized too small, the data rows may have become hidden.
-
There might be a silent error in your DAX logic or query that only appears under certain filter conditions.
To help you better, you can upload your .pbix file to a public cloud service (OneDrive, Google Drive, WeTransfer, etc.) and share the link here.
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
-
I had indeed accidentally clicked on another graph, but since after resizing it was behind my tables I couldn't see the difference until I hid the tables. Lesson learnt 😅