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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
Anonymous
Not applicable

MS Project Online template for Power Bi Changes

Hi guys,

 

I have connected Power BI with MS Project Online using the MS template file. All is working well data for Program / Project / Task / ... data can be querried. However the table for the Changes msdyn_projectchanges is empty.

 

Do somebody have experience with it? I'm looking for the data from the screenshot...

MSProjectChanges.png

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Thanks. I found the answer by myself 🙂 What is call in the MS Project Online Frontend "Changes" can be found in the table msdyn_projecthistory !

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Hi @Anonymous ,

Based on the information, try to verify that the data in power bi has been refreshed.

You can view the following documents to learn more information.

Connect to Project Online with Power BI - Power BI | Microsoft Learn

Use Power BI Desktop to connect with your Project data - Microsoft Support

Project Online: connect to data through Power BI Desktop - Power BI | Microsoft Learn

Solved: With Power BI Connected to Project Online, How to ... - Microsoft Fabric Community

 

Best Regards,

Wisdom Wu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

Thanks. I found the answer by myself 🙂 What is call in the MS Project Online Frontend "Changes" can be found in the table msdyn_projecthistory !

Were you actually able to connect to the history table in Power BI? When I tried I believe the "elastic" type tables (which the project history table was, iirc, but the rest were not) wouldn't show up and gave an error when I navigated by schema name in PBI. But if you found a way to make it work I'd love to hear 🙂

 

Or wait Project Online. Proj Online is SharePoint, yes? Maybe I'm in the wrong thread, I was looking for the Planner for the Web / Dataverse connection for history. 

Anonymous
Not applicable

Hi yes you can find this data in the table msdyn_projecthistory, but it is a bit cryptic. Because e.g. if the user check a milestone in the ToDo List you can only find IDs there not the caption.

 You can use this M scipt...
let
Source = Cds.Entities(#"Environment URL", [ReorderColumns=null, UseFormattedValue=null]),
entities = Source{[Group="entities"]}[Data],
msdyn_projecthistory = entities{[EntitySetName="msdyn_projecthistory"]}[Data]
in
msdyn_projecthistory

 

 

KKirby
Frequent Visitor

Are you trying to connct to Project Online or Project Planner data?  Either you have the wrong template or you're using the Projct Online PBI template to try and connct to Project Planner data. Don't confuse Project Online with Project Planner... the former is NOT stored in Dataverse, the latter is. And the table you refer to is a Dataverse table! 

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.

March Power BI Update Carousel

Power BI Community Update - March 2026

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