Trouble Shooting and FAQs
[home]
Out of Memory Errors
- 1 million rows can be loaded and opened in the Blazor data grid.
- Calling from a view may cause an out-of-memory error.
- Calling from a view that only pulls up 10,000 records works, however.
Import into Fabric
- A
_Id
field is automatically created and can cause a conflict if it already exists in the underlying table.
- Create a view that renames the field, or use the Database Connection / SQL Query dialog to exclude the
_ID
field when importing the data.
Using Report Builder
- Viewing real report data using Report Builder live preview is only available for C# reports, not Python reports.
- If you attempt to use live preview with a Python report, you will see
placeholer data, not actual data.