<?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: Learn with power BI sample data in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Learn-with-power-BI-sample-data/m-p/4864473#M185519</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1378406" data-lia-user-login="iruobe19" class="lia-mention lia-mention-user"&gt;iruobe19&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Just wanted to follow up. If the shared guidance worked for you, that’s wonderful hopefully it also helps others looking for similar answers. If there’s anything else you'd like to explore or clarify, don’t&amp;nbsp;&lt;SPAN&gt;hesitate to reach out.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Nov 2025 04:11:57 GMT</pubDate>
    <dc:creator>v-kpoloju-msft</dc:creator>
    <dc:date>2025-11-03T04:11:57Z</dc:date>
    <item>
      <title>Learn with power BI sample data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Learn-with-power-BI-sample-data/m-p/4857657#M185321</link>
      <description>&lt;P&gt;Hello Everyone&lt;/P&gt;&lt;P&gt;I downloaded the power BI learn with data sample tutorial...financial samples.xlsx, which teaches how to prepare a Data sample in 20 mins, but when I got to the part..Extra credit: Write two expressions in DAX&lt;/P&gt;&lt;P&gt;and entered the expression...Total Units Sold = SUM(financials[Units Sold]) in the tab New Measure under the Home tab there was no response, does any have an idea why this happens&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 10:23:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Learn-with-power-BI-sample-data/m-p/4857657#M185321</guid>
      <dc:creator>iruobe19</dc:creator>
      <dc:date>2025-10-24T10:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Learn with power BI sample data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Learn-with-power-BI-sample-data/m-p/4857749#M185324</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1378406" data-lia-user-login="iruobe19" class="lia-mention lia-mention-user"&gt;iruobe19&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="97" data-end="224"&gt;This usually happens if the measure wasn’t created correctly or if the table/column name doesn’t match your model.&lt;/P&gt;
&lt;P data-start="226" data-end="250"&gt;Could you please try below steps:&lt;/P&gt;
&lt;P data-start="226" data-end="250"&gt;1.In Power BI Desktop, go to the Modeling tab&amp;gt;&amp;gt;click New Measure.&lt;/P&gt;
&lt;P data-start="226" data-end="250"&gt;2.Type this exactly:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Total Units Sold = SUM(Financials[Units Sold])&lt;/LI-CODE&gt;
&lt;P&gt;and press Enter.&lt;/P&gt;
&lt;P&gt;3.You’ll now see the measure under the Financials table in the Fields pane.&lt;/P&gt;
&lt;P&gt;4.To view the result, drag Total Units Sold into a Card or Table visual , it won’t show any output until you use it in a visual.&lt;/P&gt;
&lt;P&gt;Also, make sure the table name is Financials (same spelling and capital letters) and that Units Sold is a numeric column.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 12:07:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Learn-with-power-BI-sample-data/m-p/4857749#M185324</guid>
      <dc:creator>rohit1991</dc:creator>
      <dc:date>2025-10-24T12:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Learn with power BI sample data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Learn-with-power-BI-sample-data/m-p/4858823#M185338</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1378406" data-lia-user-login="iruobe19" class="lia-mention lia-mention-user"&gt;iruobe19&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when you create a measure and its written correctly with proper syntax,there will be no response.&lt;/P&gt;&lt;P&gt;when you create a measure and its written with improper syntax, there will be an error message.&lt;BR /&gt;in order to check measure try to use visuals.my personal choice is to go for card visual as it can show whether the values is coming in properly or not.you can also try visuals like table or matrix or a bar.keep in mind A measure will not work with Slicer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please give kudos or mark it as solution once confirmed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Praful&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 04:17:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Learn-with-power-BI-sample-data/m-p/4858823#M185338</guid>
      <dc:creator>Praful_Potphode</dc:creator>
      <dc:date>2025-10-27T04:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Learn with power BI sample data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Learn-with-power-BI-sample-data/m-p/4859004#M185343</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1378406" data-lia-user-login="iruobe19" class="lia-mention lia-mention-user"&gt;iruobe19&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to the Microsoft fabric community forum. Also, thanks to &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1261729" data-lia-user-login="Praful_Potphode" class="lia-mention lia-mention-user"&gt;Praful_Potphode&lt;/a&gt;, &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="824538" data-lia-user-login="rohit1991" class="lia-mention lia-mention-user"&gt;rohit1991&lt;/a&gt;, for those inputs on this thread. I reproduced the scenario, and it worked on my end. I used it as sample data and successfully implemented it.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;outcome:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;I am also including .pbix file for your better understanding, please have a look into it.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Hope this clears it up. Let us know if you have any doubts regarding this. We will be happy to help.&lt;/P&gt;
&lt;P&gt;Thank you for using the Microsoft Fabric Community Forum.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 06:36:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Learn-with-power-BI-sample-data/m-p/4859004#M185343</guid>
      <dc:creator>v-kpoloju-msft</dc:creator>
      <dc:date>2025-10-27T06:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Learn with power BI sample data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Learn-with-power-BI-sample-data/m-p/4862041#M185455</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1378406" data-lia-user-login="iruobe19" class="lia-mention lia-mention-user"&gt;iruobe19&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Just checking in to see if the issue has been resolved on your end. If the earlier suggestions helped, that’s great to hear! And if you’re still facing challenges, feel free to share more details happy to assist further.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2025 04:27:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Learn-with-power-BI-sample-data/m-p/4862041#M185455</guid>
      <dc:creator>v-kpoloju-msft</dc:creator>
      <dc:date>2025-10-30T04:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Learn with power BI sample data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Learn-with-power-BI-sample-data/m-p/4864473#M185519</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1378406" data-lia-user-login="iruobe19" class="lia-mention lia-mention-user"&gt;iruobe19&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Just wanted to follow up. If the shared guidance worked for you, that’s wonderful hopefully it also helps others looking for similar answers. If there’s anything else you'd like to explore or clarify, don’t&amp;nbsp;&lt;SPAN&gt;hesitate to reach out.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 04:11:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Learn-with-power-BI-sample-data/m-p/4864473#M185519</guid>
      <dc:creator>v-kpoloju-msft</dc:creator>
      <dc:date>2025-11-03T04:11:57Z</dc:date>
    </item>
  </channel>
</rss>

