<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to get custom columns from Project for the Web? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-to-get-custom-columns-from-Project-for-the-Web/m-p/3542369#M45418</link>
    <description>any hint, how to access custom project for the web fields into power bi?</description>
    <pubDate>Mon, 20 Nov 2023 11:53:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-11-20T11:53:55Z</dc:date>
    <item>
      <title>How to get custom columns from Project for the Web?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-get-custom-columns-from-Project-for-the-Web/m-p/2397225#M34993</link>
      <description>&lt;P&gt;I'm working on a dashboard based on Project for web plans and I need to get data from custom columns but I don't see how to access from Power bi, any idea?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 08:25:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-get-custom-columns-from-Project-for-the-Web/m-p/2397225#M34993</guid>
      <dc:creator>vietna</dc:creator>
      <dc:date>2022-03-16T08:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to get custom columns from Project for the Web?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-get-custom-columns-from-Project-for-the-Web/m-p/2405781#M35075</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/367763"&gt;@vietna&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you can try Web connector to achieve your goal.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Here is an article I ran across detailing how to include the Enterprise Custom Fields (ECF) inside Power BI via the pre-built Power BI to Project Online PBI file.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://devblogs.microsoft.com/microsoft365dev/extending-the-powerbi-for-project-online/" target="_self"&gt;Extending the PowerBI content pack for Project on the web&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Source = Xml.Tables(Web.Contents("https://[yourtenant].sharepoint.com/sites/[yoursite]/_api/ProjectServer/Projects?" &amp;amp; 
"$expand=Tasks&amp;amp;$select=Id" &amp;amp; 
",Tasks/Id" &amp;amp; ",Tasks/OutlineLevel" &amp;amp; 
",Tasks/OutlinePosition" &amp;amp; 
",Tasks/Name" &amp;amp; 
",Tasks/Start" &amp;amp; 
",Tasks/Finish" &amp;amp; 
",Tasks/ActualStart" &amp;amp; 
",Tasks/ActualFinish" &amp;amp; 
",Tasks/PercentComplete" &amp;amp; 
",Tasks/PercentPhysicalWorkComplete" &amp;amp; 
",Tasks/Duration" &amp;amp; 
",Tasks/RemainingDuration" &amp;amp; 
",Tasks/Work" &amp;amp; 
",Tasks/Cost" &amp;amp; 
",Tasks/IsActive" &amp;amp; 
",Tasks/Custom_x005f_90eaefb93561e911afb900155d0c3815" &amp;amp; 
",Tasks/Custom_x005f_1a9572776960e9119487283a4d07a952" &amp;amp; 
",Tasks/Custom_x005f_351797c94968e911b07700155d10a106" &amp;amp; 
",Tasks/Custom_x005f_c4f66ed64968e911b07700155d10a106" &amp;amp; 
",Tasks/Custom_x005f_d3dfad7fa85fe911afb800155d10502b"))&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;Notice the Tasks/Custom_x005f_xxxxxxxx. Those are enterprise custom field lookup entries associated with that task. You can pull their values from the Enterprise Lookup tables and relate them in Power BI.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;For reference:&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Desktop/project-online-custom-fields/td-p/343591" target="_self"&gt;project online custom fields&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 06:40:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-get-custom-columns-from-Project-for-the-Web/m-p/2405781#M35075</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-21T06:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to get custom columns from Project for the Web?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-get-custom-columns-from-Project-for-the-Web/m-p/3101175#M41446</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The solution you mentioned is for Project Online and not for Project for the Web right? Any ways to import the custom columns in PowerBI from Project for the Web?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 10:57:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-get-custom-columns-from-Project-for-the-Web/m-p/3101175#M41446</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-27T10:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to get custom columns from Project for the Web?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-get-custom-columns-from-Project-for-the-Web/m-p/3542369#M45418</link>
      <description>any hint, how to access custom project for the web fields into power bi?</description>
      <pubDate>Mon, 20 Nov 2023 11:53:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-get-custom-columns-from-Project-for-the-Web/m-p/3542369#M45418</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-20T11:53:55Z</dc:date>
    </item>
  </channel>
</rss>

