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.
when i intergrated the Power BI Reports in .Net Web Application and try to filter the Reports using Embedded Concepts.it always populateing the full data on first time and after it takes few seconds to apply the filters very slowly.i need bind the filtered data reports at first time itself.Could any one please provide me the soultion?
@subashraj wrote:
when i intergrated the Power BI Reports in .Net Web Application and try to filter the Reports using Embedded Concepts.it always populateing the full data on first time and after it takes few seconds to apply the filters very slowly.i need bind the filtered data reports at first time itself.Could any one please provide me the soultion?
Have you ever tried to apply filters when embedding your report? See Addling filter using javascript API
Thanks Eric the filter works me much faster now, but still the previous filters selection session display in fraction of seconds before apply the filter value on every first time loading.
@subashraj wrote:
Thanks Eric the filter works me much faster now, but still the previous filters selection session display in fraction of seconds before apply the filter value on every first time loading.
I'm not quite getting this, would you mind explain it with a specific scenario?
When I tried to open the Power bi integrated report in webapplications and applied advanced filters in Embedded concept in web browser.Intially it loads the full data of reports along with loading sign and after it takes 10-15 seconds its shows filtered data.after this filter applys in this broswer Tab i tried to open the same web application page in another browser with different filters it display the previous filtered data for few seconds (10-15 sec) with loading sign and then show current passed filters reports.