The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi,
I have a table with 4 million rows in sql server connected via direct query, and I'm trying to show the records in a table visualization, but that brings performance issues, even with filters applied.
In ssrs you can choose the filters and then run the report, to query only what you need, such that ssrs applies the filters first to the query and then brings back the result. We want to limit the resulting data by using top 10000. So we would like the filters applied first and then the top 10000 should be returned.
Is it possible to do something similar? To avoid bringing the whole table. Query parameters wouldn't work because they aren't available to the consumer of the report in Power BI Service.
How can I solve the performance issues and show the filtered records in the table visualization?
Thanks
Hi @Anonymous ,
It seems that use Query Parameter should achieve your requirement.
Is it possible to do something similar? To avoid bringing the whole table. Query parameters wouldn't work because they aren't available to the consumer of the report in Power BI Service
By my tests, if you set the workspace with edit permission and when the consumer Take over the dataset then they could modify the parameter.
Best Regards,
Cherry