<?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: undefined in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-sales-report/m-p/4233225#M57744</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/821367"&gt;@Gurpreetsingh1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The screenshot for the expected output is fuzzy, could you please provide it again?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vyiruanmsft_1-1728372774514.jpeg" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1179438i0B462AF724BD0F6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="vyiruanmsft_1-1728372774514.jpeg" alt="vyiruanmsft_1-1728372774514.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As checked the screenshots your provided, there is a common field Business Unit(BU) among these three tables. You can follow the steps below to get it:&lt;/P&gt;
&lt;P&gt;1. Create the measures as below to get the budget and last year sales&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Current Year Budget =
VAR _bu =
    SELECTEDVALUE ( 'Sales data 2024'[Business Unit] )
RETURN
    CALCULATE (
        SUM ( 'Budget 2024'[Total] ),
        FILTER ( 'Budget 2024', 'Budget 2024'[BU] = _bu )
    )&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Last Year sales =
VAR _bu =
    SELECTEDVALUE ( 'Sales data 2024'[Business Unit] )
RETURN
    CALCULATE (
        SUM ( 'LY 2023 sales'[Total] ),
        FILTER ( 'LY 2023 sales', 'LY 2023 sales'[BU] = _bu )
    )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Create the table visual and put the fields of Sales data 2024 on it. Add the above measures onto the visual.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
    <pubDate>Tue, 08 Oct 2024 08:35:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-10-08T08:35:44Z</dc:date>
    <item>
      <title>Power BI sales report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-sales-report/m-p/4231861#M57722</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG_7732.jpeg" style="width: 748px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1178991i7EB65AE264DD0D2D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IMG_7732.jpeg" alt="IMG_7732.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Hi guys hopefully your are doing well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a scenario please help&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a data set current year sale 2024 in which I have reference date, old order, total order, actual sales, expected sales, total order&amp;nbsp;&lt;/P&gt;&lt;P&gt;2nd data set is budget 2024 in which &amp;nbsp;I have data of budget 2024 of all months (note data is in column forn from Jan to Dec) no date in this Data&lt;/P&gt;&lt;P&gt;3rd u have Last year sales data 2023( Same column wise from Jan to Dec) no date in this date&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Result I want is first table all columns and currentl month budget from budget 2024 and then Last year current month sales in first table and want to do this automatically right now they doing it in excel. Also attaching result I want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 04:48:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-sales-report/m-p/4231861#M57722</guid>
      <dc:creator>Gurpreetsingh1</dc:creator>
      <dc:date>2024-10-08T04:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: undefined</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-sales-report/m-p/4232691#M57731</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/821367"&gt;@Gurpreetsingh1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Base on your description, there are 3 tables(two tables for sales data in 2023 and 2024, the left one is budget data) and there is any date field in budget table and 2023 sales table. You want to show all these info in same 'table', am I right? In order to give you a suitable solution, could you please provide the following info?&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Sample data(exclude sensitive data) in the above 3 tables&lt;/LI&gt;
&lt;LI&gt;Provide the relationship info among these tables if it exists&lt;/LI&gt;
&lt;LI&gt;Show the expected output with Text format(the screenshot is &lt;STRONG&gt;fuzzy&lt;/STRONG&gt;)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FCommunity-Blog%2FHow-to-provide-sample-data-in-the-Power-BI-Forum%2Fba-p%2F963216&amp;amp;data=05%7C02%7Cv-yiruan%40microsoft.com%7C53fc6c10cb1b4eb7674a08dcbb706f15%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638591338796956339%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=ch1lYvp%2FLCdQ3b%2B7X%2BIVvRJvmkHiOxXDbPRDD98PQBM%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;How to provide sample data in the Power BI Forum&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 02:22:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-sales-report/m-p/4232691#M57731</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-08T02:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: undefined</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-sales-report/m-p/4232870#M57736</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG_7769.jpeg" style="width: 1098px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1179338i1FBB4510A7E9FC6A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IMG_7769.jpeg" alt="IMG_7769.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG_7770.jpeg" style="width: 1430px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1179339i7BF924C3EAACC45F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IMG_7770.jpeg" alt="IMG_7770.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG_7771.jpeg" style="width: 1703px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1179340i4DF72279FE8283AA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IMG_7771.jpeg" alt="IMG_7771.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 05:06:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-sales-report/m-p/4232870#M57736</guid>
      <dc:creator>Gurpreetsingh1</dc:creator>
      <dc:date>2024-10-08T05:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: undefined</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-sales-report/m-p/4232876#M57737</link>
      <description>&lt;P&gt;Sorry unable to upload pbix or table due to some reasons I have attached three sample data ss&lt;/P&gt;&lt;P&gt;1. Sales data 2024&lt;/P&gt;&lt;P&gt;2. Budget 2024&lt;/P&gt;&lt;P&gt;3. LY 2023 sales&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 05:11:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-sales-report/m-p/4232876#M57737</guid>
      <dc:creator>Gurpreetsingh1</dc:creator>
      <dc:date>2024-10-08T05:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: undefined</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-sales-report/m-p/4233225#M57744</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/821367"&gt;@Gurpreetsingh1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The screenshot for the expected output is fuzzy, could you please provide it again?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vyiruanmsft_1-1728372774514.jpeg" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1179438i0B462AF724BD0F6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="vyiruanmsft_1-1728372774514.jpeg" alt="vyiruanmsft_1-1728372774514.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As checked the screenshots your provided, there is a common field Business Unit(BU) among these three tables. You can follow the steps below to get it:&lt;/P&gt;
&lt;P&gt;1. Create the measures as below to get the budget and last year sales&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Current Year Budget =
VAR _bu =
    SELECTEDVALUE ( 'Sales data 2024'[Business Unit] )
RETURN
    CALCULATE (
        SUM ( 'Budget 2024'[Total] ),
        FILTER ( 'Budget 2024', 'Budget 2024'[BU] = _bu )
    )&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Last Year sales =
VAR _bu =
    SELECTEDVALUE ( 'Sales data 2024'[Business Unit] )
RETURN
    CALCULATE (
        SUM ( 'LY 2023 sales'[Total] ),
        FILTER ( 'LY 2023 sales', 'LY 2023 sales'[BU] = _bu )
    )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Create the table visual and put the fields of Sales data 2024 on it. Add the above measures onto the visual.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 08:35:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-sales-report/m-p/4233225#M57744</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-08T08:35:44Z</dc:date>
    </item>
  </channel>
</rss>

