<?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: Candlestick Chart in Quick Measures Gallery</title>
    <link>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Candlestick-Chart/m-p/1658806#M666</link>
    <description>&lt;P&gt;I might not be clear with my question. The question is how to have the open value like the 510 in the example above shown on the chart&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I really appreciate if someone can help out&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Leo&lt;/P&gt;</description>
    <pubDate>Wed, 10 Feb 2021 21:11:01 GMT</pubDate>
    <dc:creator>JessieAlepan</dc:creator>
    <dc:date>2021-02-10T21:11:01Z</dc:date>
    <item>
      <title>Candlestick Chart</title>
      <link>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Candlestick-Chart/m-p/1152586#M541</link>
      <description>&lt;P&gt;Hello everyone, hope you are all healthy and safe.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have come up with the solution for Candlestick chart. The data which is required by the candlestick chart I have derived with the help of single DAX i.e. SUMMARIZE function.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Chart need 5 basic values&lt;/P&gt;
&lt;P&gt;1) Date&lt;/P&gt;
&lt;P&gt;2) Open value&lt;/P&gt;
&lt;P&gt;3) Close value&lt;/P&gt;
&lt;P&gt;4) High value&lt;/P&gt;
&lt;P&gt;5) Low value&lt;/P&gt;
&lt;P&gt;these values I have derived from the large dataset which I have of Ecommerce domain.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Following is the DAX I have used&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;TableForCandleStick = SUMMARIZECOLUMNS(Orders[OrderDate], FILTER(Orders, Orders[order_status] = "delivered"), "LowValue", CALCULATE(MIN(Order_Payments[payment_value]), Orders[order_purchase_timestamp]), "HighValue", CALCULATE(MAX(Order_Payments[payment_value]), Orders[order_purchase_timestamp]), "OpenValue", CALCULATE(FIRSTNONBLANK(Order_Payments[payment_value], 1), FILTER(Orders, Orders[order_purchase_timestamp] = MIN(Orders[order_purchase_timestamp]))), "CloseValue", CALCULATE(FIRSTNONBLANK(Order_Payments[payment_value], 1), FILTER(Orders, Orders[order_purchase_timestamp] = MAX(Orders[order_purchase_timestamp]))))&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Please have a look and let me know in case of any queries.&lt;/DIV&gt;
&lt;DIV&gt;Stay home, stay safe.&lt;/DIV&gt;
&lt;DIV&gt;Thank you&lt;/DIV&gt;
&lt;DIV&gt;Pooja Darbhe&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;SPAN class="reportid hidden"&gt;eyJrIjoiNTAyYjU5M2UtYmI4Mi00OGU0LWI5YWEtYjlkNjc2NmJiOTljIiwidCI6Ijg0MmU0ZTBlLTFjNjMtNDE0Ny1iNWJjLTJiOGJhZWQyZjk5OCJ9&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 10:02:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Candlestick-Chart/m-p/1152586#M541</guid>
      <dc:creator>PoojaDarbhe</dc:creator>
      <dc:date>2020-06-11T10:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Candlestick Chart</title>
      <link>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Candlestick-Chart/m-p/1658648#M665</link>
      <description>&lt;P&gt;I just downloaded Candle stick chart for Power BI however I cannot find Data Color and data table under this visual. hence I cannot populate data on the chart. Please kindly help out&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Leo&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 19:55:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Candlestick-Chart/m-p/1658648#M665</guid>
      <dc:creator>JessieAlepan</dc:creator>
      <dc:date>2021-02-10T19:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Candlestick Chart</title>
      <link>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Candlestick-Chart/m-p/1658806#M666</link>
      <description>&lt;P&gt;I might not be clear with my question. The question is how to have the open value like the 510 in the example above shown on the chart&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I really appreciate if someone can help out&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Leo&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 21:11:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Candlestick-Chart/m-p/1658806#M666</guid>
      <dc:creator>JessieAlepan</dc:creator>
      <dc:date>2021-02-10T21:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Candlestick Chart</title>
      <link>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Candlestick-Chart/m-p/1813607#M696</link>
      <description>&lt;P&gt;Hi Jessie,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Its a daily data for retail shop.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Open value is when I am opening my shop in the morning then what is my first sale of the day by any customer, similar for the close value what is my last sale when I am closing my shop.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope I have answered your question. Let me know in case of anything.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Pooja Darbhe&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 09:08:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Candlestick-Chart/m-p/1813607#M696</guid>
      <dc:creator>PoojaDarbhe</dc:creator>
      <dc:date>2021-04-29T09:08:48Z</dc:date>
    </item>
  </channel>
</rss>

