<?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: Query Resources Issue - Actual vs Budget Finance Report in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Query-Resources-Issue-Actual-vs-Budget-Finance-Report/m-p/4357238#M172975</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To create your matrix and resolve the filtering issue:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Consolidate Data&lt;/STRONG&gt;: Use Power Query to combine data from multiple tables into a single table with standardized columns (e.g., Year, Month, Actuals, Budget).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Create a Date Table&lt;/STRONG&gt;: Build a Date Table with columns like Year, Month, and Month Name, and link it to your data table.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Define Measures&lt;/STRONG&gt;: Use DAX to calculate:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Current Year (CY) Actuals&lt;/LI&gt;&lt;LI&gt;Last Year (LY) Actuals&lt;/LI&gt;&lt;LI&gt;Variance (CY vs. LY)&lt;/LI&gt;&lt;LI&gt;Growth % (CY vs. LY)&lt;/LI&gt;&lt;LI&gt;Budget Performance (CY Actuals vs. Budget)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Build the Matrix&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use Year/Month as rows, Measure Type (Actuals/Budget) as columns, and your DAX measures as values.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Fix the Slicer&lt;/STRONG&gt;: Use the Date Table as the source for the slicer and ensure proper relationships between the Date Table and data table.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;This setup ensures dynamic filtering and accurate calculations for your matrix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution, this will help others!&lt;/STRONG&gt;&lt;BR /&gt;If my response(s) assisted you in any way, don't forget to drop me a "&lt;STRONG&gt;Kudos&lt;/STRONG&gt;" &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;BR /&gt;Poojara&lt;BR /&gt;Data Analyst | MSBI Developer | Power BI Consultant&lt;BR /&gt;&lt;STRONG&gt;Consider Subscribing my YouTube for Beginners/Advance Concepts:&lt;/STRONG&gt;&amp;nbsp;&lt;A href="https://youtube.com/@biconcepts?si=04iw9SYI2HN80HKS" target="_self"&gt;https://youtube.com/@biconcepts?si=04iw9SYI2HN80HKS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jan 2025 13:16:13 GMT</pubDate>
    <dc:creator>Poojara_D12</dc:creator>
    <dc:date>2025-01-09T13:16:13Z</dc:date>
    <item>
      <title>Query Resources Issue - Actual vs Budget Finance Report</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Query-Resources-Issue-Actual-vs-Budget-Finance-Report/m-p/4356968#M172970</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am trying to construct a matrix that displays my details as rows, presenting five years of data that includes both actual values and budget figures. Specifically, I have five years of actual data and budget values only for the current year, along with calculations for variances between current year (CY) and last year (LY) actuals, as well as the growth from CY actual to LY actual and budget performance. However, I'm facing a challenge because I lack a dedicated column for these particulars; instead, the data is sourced from various MIS columns across three different tables, with inconsistent naming conventions. I can create the visual representation, but it breaks when I attempt to filter the months using a slicer.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 10:37:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Query-Resources-Issue-Actual-vs-Budget-Finance-Report/m-p/4356968#M172970</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-01-09T10:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Query Resources Issue - Actual vs Budget Finance Report</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Query-Resources-Issue-Actual-vs-Budget-Finance-Report/m-p/4357238#M172975</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To create your matrix and resolve the filtering issue:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Consolidate Data&lt;/STRONG&gt;: Use Power Query to combine data from multiple tables into a single table with standardized columns (e.g., Year, Month, Actuals, Budget).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Create a Date Table&lt;/STRONG&gt;: Build a Date Table with columns like Year, Month, and Month Name, and link it to your data table.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Define Measures&lt;/STRONG&gt;: Use DAX to calculate:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Current Year (CY) Actuals&lt;/LI&gt;&lt;LI&gt;Last Year (LY) Actuals&lt;/LI&gt;&lt;LI&gt;Variance (CY vs. LY)&lt;/LI&gt;&lt;LI&gt;Growth % (CY vs. LY)&lt;/LI&gt;&lt;LI&gt;Budget Performance (CY Actuals vs. Budget)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Build the Matrix&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use Year/Month as rows, Measure Type (Actuals/Budget) as columns, and your DAX measures as values.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Fix the Slicer&lt;/STRONG&gt;: Use the Date Table as the source for the slicer and ensure proper relationships between the Date Table and data table.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;This setup ensures dynamic filtering and accurate calculations for your matrix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution, this will help others!&lt;/STRONG&gt;&lt;BR /&gt;If my response(s) assisted you in any way, don't forget to drop me a "&lt;STRONG&gt;Kudos&lt;/STRONG&gt;" &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;BR /&gt;Poojara&lt;BR /&gt;Data Analyst | MSBI Developer | Power BI Consultant&lt;BR /&gt;&lt;STRONG&gt;Consider Subscribing my YouTube for Beginners/Advance Concepts:&lt;/STRONG&gt;&amp;nbsp;&lt;A href="https://youtube.com/@biconcepts?si=04iw9SYI2HN80HKS" target="_self"&gt;https://youtube.com/@biconcepts?si=04iw9SYI2HN80HKS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 13:16:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Query-Resources-Issue-Actual-vs-Budget-Finance-Report/m-p/4357238#M172975</guid>
      <dc:creator>Poojara_D12</dc:creator>
      <dc:date>2025-01-09T13:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Query Resources Issue - Actual vs Budget Finance Report</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Query-Resources-Issue-Actual-vs-Budget-Finance-Report/m-p/4358261#M173017</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;BR /&gt;&lt;BR /&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="837199" data-lia-user-login="Poojara_D12" class="lia-mention lia-mention-user"&gt;Poojara_D12&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The requirement is not have year slicer. We will only have the month slicers along with the territory. Also, there are some MIS types which I have to use as rows in the matrix. All of them are in different table and with different names. The matrix should look like the image attached where particulars are not coming directly as a column name and in the column we display 5 years Actual values and CY growth and variance&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 06:27:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Query-Resources-Issue-Actual-vs-Budget-Finance-Report/m-p/4358261#M173017</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-01-10T06:27:52Z</dc:date>
    </item>
  </channel>
</rss>

