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
v-sttaub
Frequent Visitor

Can PowerBi be directly linked to OneNote for reporting?

Hi , I see many examples of suggestions of embedding powerbi in OneNotes, but what I would be looking to do is to connect powerbi to show data from OneNote.

 

We have a number of OneNotes that have 100 checkboxes or more.  We are looking to take the results of those checkboxes and include the counts in our PowerBI report.

 

Is this possible?

 

I guess the real question is, can PowerBi be directly linked to OneNote for reporting?

1 ACCEPTED SOLUTION
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @v-sttaub,

 

It seems that you want to get data from Onenote in Power BI. However, we may not have the option to achieve it in Power BI currently. 

 

Please review and vote this feature request. If Power BI add it, the idea status will be changed completed. And please look you eye on the blog.

 

Best Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
foodd
Super User
Super User

The OneNote API/Graph API can get sections and pages

GET https://graph.microsoft.com/v1.0/me/onenote/notebooks/{id}/sections

GET https://graph.microsoft.com/v1.0/me/onenote/sections/{id}/pages$count=true&$top=100

There may be a limitation to the number of pages that can be accessed by the API (recently introduced?). Then a further call to get individual page content:

GET https://graph.microsoft.com/v1.0/me/onenote/pages/{id}/content[?includeIDs=true]

An alternative may be to use this rust OneNote notebook parser - creates html files.

v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @v-sttaub,

 

It seems that you want to get data from Onenote in Power BI. However, we may not have the option to achieve it in Power BI currently. 

 

Please review and vote this feature request. If Power BI add it, the idea status will be changed completed. And please look you eye on the blog.

 

Best Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks for the response!

Thanks for the response. Though it's currently not integrated, I'm glad others have expressed interest in it.

 

Some of the reality shows on TV allow you to vote over and over again.  Can I do that here?Man Happy

Mooihoek
Helper II
Helper II

I'm also investigating but don't believe that intergration is available right now.

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