<?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 Table columns not shown while creating New Measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-columns-not-shown-while-creating-New-Measure/m-p/724773#M1489</link>
    <description>&lt;P&gt;Hello All, I am quite new to Power BI. I am facing issue that while trying to create new measure - I am not able to see columns present in the table rather it is showing me "Already created measure".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PFA screenshot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please provide some insights.&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jun 2019 09:45:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-06-26T09:45:24Z</dc:date>
    <item>
      <title>Table columns not shown while creating New Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-columns-not-shown-while-creating-New-Measure/m-p/724773#M1489</link>
      <description>&lt;P&gt;Hello All, I am quite new to Power BI. I am facing issue that while trying to create new measure - I am not able to see columns present in the table rather it is showing me "Already created measure".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PFA screenshot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please provide some insights.&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 09:45:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-columns-not-shown-while-creating-New-Measure/m-p/724773#M1489</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-26T09:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Table columns not shown while creating New Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-columns-not-shown-while-creating-New-Measure/m-p/724807#M1490</link>
      <description>&lt;P&gt;Hi Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check this video&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=29frZhkwCqQ&amp;amp;feature=channel_video_title" target="_self"&gt;https://www.youtube.com/watch?v=29frZhkwCqQ&amp;amp;feature=channel_video_title&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;"in most places, you cannot just include column references in your measures, you have to wrap them in a valid function" &lt;/STRONG&gt;&lt;STRONG&gt;Rob-Collie&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 10:21:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-columns-not-shown-while-creating-New-Measure/m-p/724807#M1490</guid>
      <dc:creator>Zubair_Muhammad</dc:creator>
      <dc:date>2019-06-26T10:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Table columns not shown while creating New Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-columns-not-shown-while-creating-New-Measure/m-p/724819#M1491</link>
      <description>&lt;P&gt;You need an aggregation on table columns&amp;nbsp;&lt;/P&gt;&lt;P&gt;like IF(SUM('Table'[Column]) = ...&lt;/P&gt;&lt;P&gt;or a defined measure&lt;/P&gt;&lt;P&gt;like IF(SumofColumn = ....&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 10:43:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-columns-not-shown-while-creating-New-Measure/m-p/724819#M1491</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-26T10:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Table columns not shown while creating New Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-columns-not-shown-while-creating-New-Measure/m-p/724821#M1492</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="42973" data-lia-user-login="Zubair_Muhammad" class="lia-mention lia-mention-user"&gt;Zubair_Muhammad&lt;/a&gt;Thanks!! I understood this.&lt;/P&gt;&lt;P&gt;Basically I want to check when one visual selection returns status other than "Cancelled" in another visual then data card must display that "Status is in progress", otherwise blank.&lt;/P&gt;&lt;P&gt;So can you help me which aggregate function I can use in this scenario?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 10:45:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-columns-not-shown-while-creating-New-Measure/m-p/724821#M1492</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-26T10:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table columns not shown while creating New Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-columns-not-shown-while-creating-New-Measure/m-p/724879#M1496</link>
      <description>&lt;P&gt;I am not sure that i understand your goal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but if you want something like this;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adding Calculated Column could be a solution.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;PRE&gt;Progress = IF('Status'[StatusName] &amp;lt;&amp;gt; "Cancelled" ; "Status is in progress" ; "Status Cancelled")&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 26 Jun 2019 11:55:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-columns-not-shown-while-creating-New-Measure/m-p/724879#M1496</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-26T11:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Table columns not shown while creating New Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-columns-not-shown-while-creating-New-Measure/m-p/724908#M1501</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;Thanks !! You understood it right but my requirement can be fulfilled through Measure only. So If you can help me with any kind of aggregation funtion to get this value displayed in card visual.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 12:20:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-columns-not-shown-while-creating-New-Measure/m-p/724908#M1501</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-26T12:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Table columns not shown while creating New Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-columns-not-shown-while-creating-New-Measure/m-p/725005#M1512</link>
      <description>&lt;P&gt;You can achieve that using MAX or MIN aggregate functions&lt;/P&gt;&lt;PRE&gt;ProgressMeasure = IF(MAX('Status'[StatusName]) &amp;lt;&amp;gt; "Cancelled" ; "Status is in progress" ; "Status Cancelled")&lt;/PRE&gt;&lt;P&gt;If nothing selected in status filter, card visual still show "Status is in progress"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did not understand why you have to use measure but i hope it helps you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Feel free to ask about anything.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 13:19:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-columns-not-shown-while-creating-New-Measure/m-p/725005#M1512</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-26T13:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Table columns not shown while creating New Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-columns-not-shown-while-creating-New-Measure/m-p/725764#M1535</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;Does it help?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 06:17:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-columns-not-shown-while-creating-New-Measure/m-p/725764#M1535</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-27T06:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Table columns not shown while creating New Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-columns-not-shown-while-creating-New-Measure/m-p/725789#M1537</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;Not exactly. I am not able to add screenshot for my scenario, I don't know hy. So let me explain you my complete scenario say:&lt;/P&gt;&lt;P&gt;I have columns with values:&lt;/P&gt;&lt;P&gt;"Item"&amp;nbsp; - Bike, Bike, car&lt;/P&gt;&lt;P&gt;"Item no" - A100, A200, A300&lt;/P&gt;&lt;P&gt;"Date" - null, null, 01/02/2019 .&lt;/P&gt;&lt;P&gt;"Status" - In Progress, Completed, Cancelled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So now if I select Bike -&lt;/P&gt;&lt;P&gt;I have to display in Card visual &lt;EM&gt;&lt;STRONG&gt;(Shown only if no date is there for this item, otherwise hidden)&lt;/STRONG&gt;&lt;/EM&gt;:&lt;/P&gt;&lt;P&gt;"A100, A200&amp;nbsp; : Date is not available for these items"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In another card visual &lt;EM&gt;&lt;STRONG&gt;(this has to be shown only if status is not cancelled, otherwise this card should be hidden),&lt;/STRONG&gt;&lt;/EM&gt;:&lt;/P&gt;&lt;P&gt;"Status is in progress or completed"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope you understand my scenario. I don;t know if this kind of solution is possible or not but I am just trying to get it done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 06:41:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-columns-not-shown-while-creating-New-Measure/m-p/725789#M1537</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-27T06:41:47Z</dc:date>
    </item>
  </channel>
</rss>

