<?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: How to get current value for conditional formatting without specifying column or measure? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-current-value-for-conditional-formatting-without/m-p/3508715#M134623</link>
    <description>&lt;LI-CODE lang="markup"&gt;Less Than 30 Mins = IF ( [YourMeasure] &amp;lt;= 30, "#C0FFC2", "#FFB3B9" )&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 01 Nov 2023 04:31:59 GMT</pubDate>
    <dc:creator>wdx223_Daniel</dc:creator>
    <dc:date>2023-11-01T04:31:59Z</dc:date>
    <item>
      <title>How to get current value for conditional formatting without specifying column or measure?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-current-value-for-conditional-formatting-without/m-p/3508283#M134603</link>
      <description>&lt;P&gt;So I have a matrix with 6 measures that all need to be color coded the same (if result value is less than or equal to 30). Is there a way I can use DAX to obtain the current value in context (without specifying a column or measure) to color code it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For (a non-working) example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Less Than 30 Mins = IF ( SELECTEDMEASURE() &amp;lt;= 30, "#C0FFC2", "#FFB3B9" )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Trying to dynamically grab the current value to color code but having problems.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2023 22:45:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-current-value-for-conditional-formatting-without/m-p/3508283#M134603</guid>
      <dc:creator>JasonBreedlove</dc:creator>
      <dc:date>2023-10-31T22:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to get current value for conditional formatting without specifying column or measure?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-current-value-for-conditional-formatting-without/m-p/3508715#M134623</link>
      <description>&lt;LI-CODE lang="markup"&gt;Less Than 30 Mins = IF ( [YourMeasure] &amp;lt;= 30, "#C0FFC2", "#FFB3B9" )&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 01 Nov 2023 04:31:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-current-value-for-conditional-formatting-without/m-p/3508715#M134623</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2023-11-01T04:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to get current value for conditional formatting without specifying column or measure?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-current-value-for-conditional-formatting-without/m-p/3509675#M134664</link>
      <description>&lt;P&gt;Is there a way to do this without specifying the measure? my table has MANY measures that are similar. trying to cut down on the number of measures and hoping to use one for all&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 13:29:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-current-value-for-conditional-formatting-without/m-p/3509675#M134664</guid>
      <dc:creator>JasonBreedlove</dc:creator>
      <dc:date>2023-11-01T13:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to get current value for conditional formatting without specifying column or measure?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-current-value-for-conditional-formatting-without/m-p/3510708#M134711</link>
      <description>&lt;P&gt;you can use your code to create a calculation group&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 23:32:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-current-value-for-conditional-formatting-without/m-p/3510708#M134711</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2023-11-01T23:32:11Z</dc:date>
    </item>
  </channel>
</rss>

