<?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 Measure connected with table cell in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-connected-with-table-cell/m-p/2720092#M82911</link>
    <description>&lt;P&gt;I want to make something like : a table is connected with a measure, If the measure value is 5 and in a table if some of the cell having a value greater or equal then that, it simply diffrenciate that cell by a color or anything which could highlight.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tired this, but its not working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Test2 =&lt;BR /&gt;VAR Value = ('Name'[Values])&lt;BR /&gt;RETURN&lt;BR /&gt;IF (&lt;BR /&gt;Value &amp;lt; ('Name'[Valuesss]), "#0E8155"&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Aug 2022 11:40:24 GMT</pubDate>
    <dc:creator>ManishML</dc:creator>
    <dc:date>2022-08-23T11:40:24Z</dc:date>
    <item>
      <title>Measure connected with table cell</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-connected-with-table-cell/m-p/2720092#M82911</link>
      <description>&lt;P&gt;I want to make something like : a table is connected with a measure, If the measure value is 5 and in a table if some of the cell having a value greater or equal then that, it simply diffrenciate that cell by a color or anything which could highlight.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tired this, but its not working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Test2 =&lt;BR /&gt;VAR Value = ('Name'[Values])&lt;BR /&gt;RETURN&lt;BR /&gt;IF (&lt;BR /&gt;Value &amp;lt; ('Name'[Valuesss]), "#0E8155"&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 11:40:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-connected-with-table-cell/m-p/2720092#M82911</guid>
      <dc:creator>ManishML</dc:creator>
      <dc:date>2022-08-23T11:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Measure connected with table cell</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-connected-with-table-cell/m-p/2720405#M82934</link>
      <description>&lt;P&gt;Check out the conditional formatting for the table visual, you can set background color and lots of other settings!&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-conditional-table-formatting" target="_blank"&gt;Apply conditional table formatting in Power BI - Power BI | Microsoft Docs&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 13:22:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-connected-with-table-cell/m-p/2720405#M82934</guid>
      <dc:creator>Syk</dc:creator>
      <dc:date>2022-08-23T13:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Measure connected with table cell</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-connected-with-table-cell/m-p/2728390#M83478</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="430990" data-lia-user-login="ManishML" class="lia-mention lia-mention-user"&gt;ManishML&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The measure I created:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Valueness = MAX('Name'[Values])/2

formatting = IF('Name'[Valueness] &amp;gt;= 5,"red")
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Click “Values” field, check “Conditional formatting”-“Font color”.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then check “Field value”-“formatting”.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Finally, you can simply differentiate that cell by a color like below:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I misunderstand your demands, please provide some data screenshots (remember to hide sensitive information) to help us better solve your problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Yadong Fang&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 06:18:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-connected-with-table-cell/m-p/2728390#M83478</guid>
      <dc:creator>v-yadongf-msft</dc:creator>
      <dc:date>2022-09-07T06:18:07Z</dc:date>
    </item>
  </channel>
</rss>

