<?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: need help with plotting frequency of an events occurring during a day in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-with-plotting-frequency-of-an-events-occurring-during/m-p/1167313#M17937</link>
    <description>&lt;P&gt;when you say "plot"&amp;nbsp; what do you mean? Line chart, scatter plot, or something else?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For a scatter plot you need to convert your column C into a numerical value before putting it on the Y axis.&lt;/P&gt;&lt;P&gt;Combine columns A and B into a datetime value and put it on the X axis .&amp;nbsp; Note that Scatter plots cannot display a lot of data, very quickly you will see a warning that grouping is happening.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jun 2020 00:16:42 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2020-06-18T00:16:42Z</dc:date>
    <item>
      <title>need help with plotting frequency of an events occurring during a day</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-with-plotting-frequency-of-an-events-occurring-during/m-p/1166259#M17917</link>
      <description>&lt;P&gt;I need help plotting timestamped data of events. The data looks like below table . I am hoping to plot on x axis - times of the day like 8:00 AM, 8:30 AM ,9:00 AM -- so on.. and on y axis i want to show count of events occuiring during that time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This data is contineous ie hunderds of events happen any given day.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be highly appreciated,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Column A (date when event occurs)&lt;/TD&gt;&lt;TD&gt;Column B ( time when event occurs)&lt;/TD&gt;&lt;TD&gt;Column C ( event, can repeat multiple times a day )&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;11-June-2020&lt;/TD&gt;&lt;TD&gt;11:34:04 AM&lt;/TD&gt;&lt;TD&gt;event A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;11-June -2020&lt;/TD&gt;&lt;TD&gt;1:23:45 PM&lt;/TD&gt;&lt;TD&gt;event B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;12-June-2020&lt;/TD&gt;&lt;TD&gt;8:00:01 AM&lt;/TD&gt;&lt;TD&gt;event A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;12-June-2020&lt;/TD&gt;&lt;TD&gt;9:00:10 AM&lt;/TD&gt;&lt;TD&gt;event B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;13-June -2020&lt;/TD&gt;&lt;TD&gt;02:06:34 PM&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;event C&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 17 Jun 2020 13:49:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-with-plotting-frequency-of-an-events-occurring-during/m-p/1166259#M17917</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-17T13:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: need help with plotting frequency of an events occurring during a day</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-with-plotting-frequency-of-an-events-occurring-during/m-p/1167313#M17937</link>
      <description>&lt;P&gt;when you say "plot"&amp;nbsp; what do you mean? Line chart, scatter plot, or something else?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For a scatter plot you need to convert your column C into a numerical value before putting it on the Y axis.&lt;/P&gt;&lt;P&gt;Combine columns A and B into a datetime value and put it on the X axis .&amp;nbsp; Note that Scatter plots cannot display a lot of data, very quickly you will see a warning that grouping is happening.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 00:16:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-with-plotting-frequency-of-an-events-occurring-during/m-p/1167313#M17937</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2020-06-18T00:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: need help with plotting frequency of an events occurring during a day</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-with-plotting-frequency-of-an-events-occurring-during/m-p/1167592#M17948</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a look at this video.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=D-Z1k5o0upo&amp;amp;feature=youtu.be" target="_blank"&gt;https://www.youtube.com/watch?v=D-Z1k5o0upo&amp;amp;feature=youtu.be&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Combine the Date and Time Column in Power Query.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Post that you can just drag the new created Column and Events Column on a bar, line chart.&amp;nbsp; You can apply Count in the Events Column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harsh Nathani&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 04:13:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-with-plotting-frequency-of-an-events-occurring-during/m-p/1167592#M17948</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-18T04:13:13Z</dc:date>
    </item>
  </channel>
</rss>

