Hello. Today I tried to refresh my PowerBI report which I have connected to Orkestra utilization data via the “Copy Power BI URL” option. When trying to refresh the queries I get an error on the Orkestra data source:
The date given here is a very long time ago and is equivelent to no date at all (retrieves all the data). That’s why it still times out with it. Can you try 2026-01-01 (for data from the start of this year) ?
You may need to implement per-year queries in powerbi , it’s pretty straignforward to setup!
Yes, now I got the logs to show up again with start Date 2026. Now I need to figure out how to implement the per year queries, but I would like to be able to make it in a way that all years can get combined into a single list, just to keep the logic of my current report and visuals.
Thanks @m.elayoubi for the help and quick response! I managed to split the queries by year and append them back into one table. There were some tweaks I had to do in the data types for everything to work again but in the end we managed!
So I guess we know the limit - 106.000 entries in 5 years
I wonder if that is a lot or not. We expect utilization to grow in the next year as more people in the organization will be granted access to the automations. Hopefully the per year queries continue to hold!