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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
willatkinson
Helper II
Helper II

Getting data from Microsoft Planner in Power BI

Hi,

 

Is there a way to get data from Microsoft Planner in Power BI without using Power automate?

 

 

Thanks,

 


Will

1 ACCEPTED SOLUTION
v-sshirivolu
Community Support
Community Support

Hi @willatkinson ,

Since Power BI doesn’t have a native Planner connector, the easiest way to pull tasks, plans, and buckets is via the Microsoft Graph API using the Web connector with your Microsoft 365 account - no Power Automate needed. You can use endpoints like can use endpoints like https://graph.microsoft.com/v1.0/me/planner/tasks  for personal tasks or https://graph.microsoft.com/v1.0/planner/plans/{planId}/tasks?$expand=details  for plan-specific tasks , then expand JSON columns, merge tasks/plans/buckets in Power Query, and build your visuals. Once ready, publish to Power BI Service and schedule refreshes. If Graph API feels complex, alternatives include Planner Premium/Dataverse, CData Connector, or FluentPro DataMart. This approach is reliable, supports scheduled reporting, and fully avoids Power Automate.

If the Graph API feels complex, alternatives include Planner Premium/Dataverse (direct connection: Dataverse Connector), CData Connector, or FluentPro DataMart. For guidance on Graph API endpoints and examples, see the official Microsoft docs: Planner API Overview.

 

View solution in original post

6 REPLIES 6
v-sshirivolu
Community Support
Community Support

Hi @willatkinson ,

Since Power BI doesn’t have a native Planner connector, the easiest way to pull tasks, plans, and buckets is via the Microsoft Graph API using the Web connector with your Microsoft 365 account - no Power Automate needed. You can use endpoints like can use endpoints like https://graph.microsoft.com/v1.0/me/planner/tasks  for personal tasks or https://graph.microsoft.com/v1.0/planner/plans/{planId}/tasks?$expand=details  for plan-specific tasks , then expand JSON columns, merge tasks/plans/buckets in Power Query, and build your visuals. Once ready, publish to Power BI Service and schedule refreshes. If Graph API feels complex, alternatives include Planner Premium/Dataverse, CData Connector, or FluentPro DataMart. This approach is reliable, supports scheduled reporting, and fully avoids Power Automate.

If the Graph API feels complex, alternatives include Planner Premium/Dataverse (direct connection: Dataverse Connector), CData Connector, or FluentPro DataMart. For guidance on Graph API endpoints and examples, see the official Microsoft docs: Planner API Overview.

 

Hi @willatkinson ,

I hope the information provided above assists you in resolving the issue. If you have any additional questions or concerns, please do not hesitate to contact us. We are here to support you and will be happy to help with any further assistance you may need.

 

Hi @willatkinson ,

I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you

 

willatkinson
Helper II
Helper II

Thank you both for your responce. 

 

However, my organisation does not allow the use of Power Automate, which is why I need to know if it can be done without.

 

Is there any solution?

 

 

Thanks,

 

Will

AnkitaaMishra
Super User
Super User

Hi @willatkinson , 
I’m not entirely sure if Microsoft Planner can be connected directly as a data source in Power BI, since there isn’t a native connector available. However, there’s a step-by-step guide in the link below that explains how you can bring Planner data into Power BI using Power Automate.
Import Microsoft Planner Data into Power BI Using ... - Microsoft Fabric Community


 

Tahreem24
Super User
Super User

@willatkinson  Based on research, I think Power Automate is the good way to extract the json files from MS Planner. As no direct connector in PBI is available to get data directly from MS Planner.

For your convience, refer below link:

https://community.fabric.microsoft.com/t5/Power-Query/How-to-connect-to-Microsoft-Planner-to-Power-B...

 

 

 

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Please take a quick glance at newly created dashboards : Restaurant Management Dashboard , HR Analytics Report , Hotel Management Report, Sales Analysis Report , Fortune 500 Companies Analysis , Revenue Tracking Dashboard

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors