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 August 31st. Request your voucher.
Hi,
I have mede a 5 simple reports (all with simple queries, quering for my customer, used direct query with change detection and each display on one screens (via PC with chromium web browser engine).
Unfortunately after some time (say 30 minutes) the reports stops refreshing, despite changes in the DB being made.
Chat GPT told me that there are multiple possible reasons, most likely it is caused by the web browser.
For this reason I wanted to ask you, if anyone has an experience with this and knows some fix.
NOTE: initially I have used direct query with 5s refres, unfortunately the report is displayed on 5TVs and after a while it threw an error saying that too many queries were issued. (If anyone knew, what are the limits for the queries, I would appreciate the knowledge in this field as well).
Cheers!
Solved! Go to Solution.
Hi @zenisekd,
Thank you for reaching out in Microsoft Community Forum.
Please follow below steps to resolve the error;
1.Switched from Change Detection to Automatic Page Refresh (every 5 seconds).
2.Rebuilt visuals using Deneb to minimize queries — now each report issues just one simple query (~16 rows).
3.Each report uses its own semantic model but connects to a common data source.
4.Confirmed PPU capacity limits, and optimized setup to stay within those thresholds.
Please continue using Microsoft community forum.
If you found this post helpful, please consider marking it as "Accept as Solution" and give it a 'Kudos'. if it was helpful. help other members find it more easily.
Regards,
Pavan.
Hi @zenisekd,
I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, kindly "Accept as Solution" and give it a 'Kudos' so others can find it easily.
Thank you,
Pavan.
Hi @zenisekd,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please "Accept as Solution" and give a 'Kudos' so other members can easily find it.
Thank you,
Pavan.
Hi @zenisekd,
Thank you for reaching out in Microsoft Community Forum.
Thank you @tharunkumarRTK , @rohit1991 for the helpful response.
As suggested by tharunkumarRTK, rohit1991., I hope this information was helpful. Please let me know if you have any further questions or you'd like to discuss this further. If this answers your question, please "Accept as Solution" and give it a 'Kudos' so others can find it easily.
Please continue using Microsoft community forum.
Regards,
Pavan.
@rohit1991 Thanks for engaging.
So I just got more info, actually there are 9 TVs, each has its own refresh, with a change detection set for 5 seconds.
each has 7 simple card visuals. Any recommendations for settings?
The capacity is PPU. There are 9 reports, each having its own semantic model. But I am not sure, if the limitation is per semantic model or the data source?
Is there any on prem data gateway involved in between the datasource and Power BI? if yes then please check if you are hitting any limit from the gateway front.
there are different limits that you can tweak in order to get better results,
Max connections per datasource at semantic model level
Query parallelism
https://blog.crossjoin.co.uk/2023/03/19/directquery-parallelisation-in-power-bi-some-examples/
see if you can tweak them for better results. Also, I would also suggest you to look for possibilities to reduce the queries if possible one option that I can suggest is enabling auto aggregations
https://learn.microsoft.com/en-us/power-bi/enterprise/aggregations-auto
Need a Power BI Consultation? Hire me on Upwork
Connect on LinkedIn
|
@tharunkumarRTK thanks for your helpful response.
This was the direction, that I needed. I managed to find, that ATM these are the current limits for PPU:
https://powerbi.microsoft.com/hu-hu/blog/power-bi-february-2024-feature-summary/
Also, since part of the visual was made in Deneb, we reworked the whole report there, so now there is just one query, which is sent to the source per report. The query is very simple, returning only small table with 16 rows.
We had some issues with the change detection, so we switched to automatic refresh every 5 seconds. Seems to be working fine now, with 9 reports (each on one screen), each having its own dataset (but a single source).
We will be probably adding more reports, so I will let you know if it works fine.
Hi @zenisekd,
Thank you for reaching out in Microsoft Community Forum.
Please follow below steps to resolve the error;
1.Switched from Change Detection to Automatic Page Refresh (every 5 seconds).
2.Rebuilt visuals using Deneb to minimize queries — now each report issues just one simple query (~16 rows).
3.Each report uses its own semantic model but connects to a common data source.
4.Confirmed PPU capacity limits, and optimized setup to stay within those thresholds.
Please continue using Microsoft community forum.
If you found this post helpful, please consider marking it as "Accept as Solution" and give it a 'Kudos'. if it was helpful. help other members find it more easily.
Regards,
Pavan.
Hi @zenisekd
This usually happens because DirectQuery dashboards on TV screens run in a browser session that times out if there’s no user activity. Change detection helps, but Power BI also limits how often queries can run (around 10 per second per dataset, depending on Pro or Premium). With the same report open on five screens, those queries add up quickly.
A couple of things you can try: