<?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: Dashboard in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dashboard/m-p/2900287#M94441</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="470621" data-lia-user-login="Luc__" class="lia-mention lia-mention-user"&gt;Luc__&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;You can use the sum function and just add the different sum measures with a +,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The drill-threw can be made by using a different page with the details and make a page navigation via a button.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Nov 2022 13:28:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-11-11T13:28:53Z</dc:date>
    <item>
      <title>Dashboard</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dashboard/m-p/2900213#M94432</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try to build a dashboard to provide overview on the spendings within multiple projects. I currently run into the following situation.&lt;/P&gt;&lt;P&gt;I have multiple datasets with hour registration forms, each dataset corresponds with the spending of a single project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, I want to present in the dashboard the total spendings per project with the according details. With a drill through I want the user to click on a project and be directed to the project specifications.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I built a table with the sum of each project's spendings which derive from the hour registration forms from multiple datasets?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 12:50:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dashboard/m-p/2900213#M94432</guid>
      <dc:creator>Luc__</dc:creator>
      <dc:date>2022-11-11T12:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dashboard/m-p/2900287#M94441</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="470621" data-lia-user-login="Luc__" class="lia-mention lia-mention-user"&gt;Luc__&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;You can use the sum function and just add the different sum measures with a +,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The drill-threw can be made by using a different page with the details and make a page navigation via a button.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 13:28:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dashboard/m-p/2900287#M94441</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-11T13:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dashboard/m-p/2900316#M94443</link>
      <description>&lt;P&gt;A report/dashboard based on multiple data source is normal. You can use shared dimensional table to visualize the data together, like a shared Date table in your case. If you need further opinion, you can simplify your data and paste the pbix file here.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 13:41:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dashboard/m-p/2900316#M94443</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2022-11-11T13:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dashboard/m-p/2900355#M94445</link>
      <description>&lt;P&gt;Thanks for your response! I can't figure it out, let me describe it in more detail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have three tables:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;A: Table with Project code, project name, project leader, budget&lt;/LI&gt;&lt;LI&gt;B: Project detail Project B with Project code, money spend on task A, B, C, etc.&lt;UL&gt;&lt;LI&gt;Calculation: SUM of all money spend on the tasks&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;C: Project detail Project C with Project code, money spend on task A, B, C, etc.&lt;UL&gt;&lt;LI&gt;Calculation: SUM of all money spend on the tasks&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I want the dashboard to disiplay in the same table:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Project codes of all active projects&lt;/LI&gt;&lt;LI&gt;Total money spend on each project&lt;/LI&gt;&lt;LI&gt;Budget of each project&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I am currently displaying the overview table, Power BI creates separate collums for each project instead of combining all the SUM's of each project and placing them in one column next to the according project code.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 13:55:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dashboard/m-p/2900355#M94445</guid>
      <dc:creator>Luc__</dc:creator>
      <dc:date>2022-11-11T13:55:20Z</dc:date>
    </item>
  </channel>
</rss>

