When a Power BI visual appears with a 'see details' message, or there are any other rendering issues, it is usually an indication of problems with the data model, DAX calculations, or the setup of the visual itself. Here are a few steps you can take to try to fix this problem.
Verify Data Quality: Sometimes, errors arise because of missing data or the presence of null values in the present data that may hinder the normal functioning of the visual. Try looking at the data coming into the visual, including any data tables and any filters that are applied. Specifically, check to see that any fields employed in DAX measures or visual-level filters are filled with proper data.
Analyze DAX Formulas: More complex or well-designed DAX measures may also introduce display issues. When exploring the visual, look at the DAX calculations and any problems, such as divisions by null values, incorrect data types, or DAX measure-dependent calculations on a column that is not there. The problem can also be localized by drawing a simple table visual and testing each DAX measure turned on and off to check for any measure that works and which does not.
Reset Visual Properties: Some sash charts may perform poorly whenever there are too many data points, or the visuals have intricate designs. You can enhance the chart by minimizing the use of certain fields or by changing some formatting remarks, like turning off conditional formatting. Also, ensure your visual is accessing only a little data from your dataset, as this may lead to Power BI restricting the visuals from being displayed when they go beyond certain data limits.
In most cases, when you go through these aspects, you can easily fix rendering problems, which will, in turn, help you have a cleaner display in your Power BI reports.