Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
Justeen
Regular Visitor

Refresh issues with Planview Connections

Hello, is anyone else using Planview AgilePlace as a data source for their Power BI reporting? I am having ongoing refresh issues with their OData and API connections. I was wondering if anyone experiences similar issues. Thanks!

 

This is just an open discussion to understand if it's my organization or if it's a broader issue for the Planview user community. 

1 ACCEPTED SOLUTION
AmiraBedh
Super User
Super User

Hey Justeen ! You're not alone, I saw a number of users have reported intermittent issues when connecting Power BI to Planview AgilePlace  via OData and their REST API, especially when it comes to scheduled refreshes in the Power BI Service.

The OData endpoint can be quite slow, especially with larger boards or historical data. This often results in gateway timeouts.
If you're using basic auth or an API token, tokens sometimes expire or get revoked without notice. This results in silent failures.
the API returns partial or stale data depending on load or board structure.

Try to limit the data you pull by using filters ($filter, $top, $select) to reduce the dataset as much as possible during initial load.
Incremental refresh (if available in your Power BI tier) helps with large historical datasets.
Offload the heavy lifting to Power BI Dataflows and only connect the final data to your report.


Proud to be a Power BI Super User !

Microsoft Community : https://docs.microsoft.com/en-us/users/AmiraBedhiafi
Linkedin : https://www.linkedin.com/in/amira-bedhiafi/
StackOverflow : https://stackoverflow.com/users/9517769/amira-bedhiafi
C-Sharp Corner : https://www.c-sharpcorner.com/members/amira-bedhiafi
Power BI Community :https://community.powerbi.com/t5/user/viewprofilepage/user-id/332696

View solution in original post

1 REPLY 1
AmiraBedh
Super User
Super User

Hey Justeen ! You're not alone, I saw a number of users have reported intermittent issues when connecting Power BI to Planview AgilePlace  via OData and their REST API, especially when it comes to scheduled refreshes in the Power BI Service.

The OData endpoint can be quite slow, especially with larger boards or historical data. This often results in gateway timeouts.
If you're using basic auth or an API token, tokens sometimes expire or get revoked without notice. This results in silent failures.
the API returns partial or stale data depending on load or board structure.

Try to limit the data you pull by using filters ($filter, $top, $select) to reduce the dataset as much as possible during initial load.
Incremental refresh (if available in your Power BI tier) helps with large historical datasets.
Offload the heavy lifting to Power BI Dataflows and only connect the final data to your report.


Proud to be a Power BI Super User !

Microsoft Community : https://docs.microsoft.com/en-us/users/AmiraBedhiafi
Linkedin : https://www.linkedin.com/in/amira-bedhiafi/
StackOverflow : https://stackoverflow.com/users/9517769/amira-bedhiafi
C-Sharp Corner : https://www.c-sharpcorner.com/members/amira-bedhiafi
Power BI Community :https://community.powerbi.com/t5/user/viewprofilepage/user-id/332696

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Kudoed Authors