<?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: Unable to create new table using DAX, pbi excel in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Unable-to-create-new-table-using-DAX-pbi-excel/m-p/1125467#M16621</link>
    <description>&lt;P&gt;And . . . appearantly i was going to quickly for my computer to keep up.&amp;nbsp;&lt;/P&gt;&lt;P&gt;After some time, all a sudden numbers appeared!&lt;/P&gt;</description>
    <pubDate>Thu, 28 May 2020 08:06:31 GMT</pubDate>
    <dc:creator>decarsul</dc:creator>
    <dc:date>2020-05-28T08:06:31Z</dc:date>
    <item>
      <title>Unable to create new table using DAX, pbi excel</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Unable-to-create-new-table-using-DAX-pbi-excel/m-p/1122563#M16571</link>
      <description>&lt;P&gt;Hi there!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So i been looking for a way to make a trend view based on open tickets and plot them on a date axis that corresponds with the time they are open. I found a solution i'm wanting to test here:&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Desktop/Trend-from-History-Table/m-p/200304#M88115" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/Trend-from-History-Table/m-p/200304#M88115&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, i editted this suggestion to what i need. But seem to be unable to create a table in the power query / power pivot features supplied by Excel. So no i'm not using powerbi Desktop, i'm using powerbi from excel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can any one help me how i can create a table in power bi excel using dax?&lt;/P&gt;&lt;P&gt;The only option i have now generates a calendar . . . which is the option found under design ( in between start and advanced tab) on the diagram view.&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 11:53:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Unable-to-create-new-table-using-DAX-pbi-excel/m-p/1122563#M16571</guid>
      <dc:creator>decarsul</dc:creator>
      <dc:date>2020-05-27T11:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to create new table using DAX, pbi excel</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Unable-to-create-new-table-using-DAX-pbi-excel/m-p/1123473#M16585</link>
      <description>&lt;P&gt;So, after reading the code, i got the idea to simply add a calculated measure to the calendar table. But it won't take my calculate as i am using more than 1 column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=CALCULATE (
        COUNT('Table'[Task Number]);
        AND('Table'[Startdatum] &amp;lt;= Agenda[Date]&amp;amp;&amp;amp;
                    'Table'[Einddatum] &amp;gt;= Agenda[Date])
                )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 13:52:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Unable-to-create-new-table-using-DAX-pbi-excel/m-p/1123473#M16585</guid>
      <dc:creator>decarsul</dc:creator>
      <dc:date>2020-05-27T13:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to create new table using DAX, pbi excel</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Unable-to-create-new-table-using-DAX-pbi-excel/m-p/1125300#M16617</link>
      <description>&lt;P&gt;Right so, i tinkered a bit further and atleast got rid of the error. But now i'm not getting any results :S&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=CALCULATE (
        COUNT ('fact.table'[UID]);
        FILTER ( 'fact.table';
        		'fact.table'[Start] &amp;gt; [Date] &amp;amp;&amp;amp; ('fact.table'[End] &amp;lt;= [Date] || ISBLANK('fact.table'[End])
         )))&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 28 May 2020 07:24:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Unable-to-create-new-table-using-DAX-pbi-excel/m-p/1125300#M16617</guid>
      <dc:creator>decarsul</dc:creator>
      <dc:date>2020-05-28T07:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to create new table using DAX, pbi excel</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Unable-to-create-new-table-using-DAX-pbi-excel/m-p/1125467#M16621</link>
      <description>&lt;P&gt;And . . . appearantly i was going to quickly for my computer to keep up.&amp;nbsp;&lt;/P&gt;&lt;P&gt;After some time, all a sudden numbers appeared!&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2020 08:06:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Unable-to-create-new-table-using-DAX-pbi-excel/m-p/1125467#M16621</guid>
      <dc:creator>decarsul</dc:creator>
      <dc:date>2020-05-28T08:06:31Z</dc:date>
    </item>
  </channel>
</rss>

