Forum Discussion
Getting 'Can't Display the Report' error on selecting the Table inside Semantic model
Update:
I have tried selecting fields one by one and I am able to select upto 242 columns manually without any error. While inspected the network calls, the width value is 11525.25mm.
When I try to select the 243rd cloumn, it will show the error:
Report is invalid. ErrorCode: rsOutOfRangeSize, Details: The value of the Width property for the report section 'ReportSection0' is \" 11572.875mm\", which is out of range. It must be between 0mm and 11557mm.
I have tested this for multiple entities/queries in a pbix file and this same error is coming when we does a Select all option for queris with columns > 242.
The same issue is coming while creating Paginated reports also.
In normal report( Semantic Model -> Create Report), this error is not there. We are able to manually select upto 350 columns and didn't receive this error.
Anonymous