<?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: Support required for Measure or Column in Power Bi Visual in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Support-required-for-Measure-or-Column-in-Power-Bi-Visual/m-p/4359195#M173057</link>
    <description>&lt;P&gt;Please download my example PBIX solution from Onedrive here&lt;/P&gt;
&lt;P&gt;&lt;A href="https://1drv.ms/u/c/dbadbed48d511303/EcPdKPP-a61Cj8Qqtr1Rud8BZuUxCg0ugQoFGZjnqI9wtw?e=91YxG5" target="_self"&gt;Click here&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add a conditional column to the query&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create two measures&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Colour = 
var colour = MIN('Table'[Colour code])
RETURN
SWITCH(colour,
3 , "green",
2 , "yellow",
"red")&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Cell name = 
// either display KPI or Team in cell

IF(ISFILTERED('Table'[KPI]),
SELECTEDVALUE('Table'[KPI]),
SELECTEDVALUE('Table'[Team])
)
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a matrix visual and add conditional colour formating.&lt;/P&gt;
&lt;P&gt;Note how the measure behaves. &lt;BR /&gt;The rows show the KPI but the total show the Team.&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Set the matrix visual layout to Outline. This will flip the total line to the top, rather than the bottom&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hide the row and column headers with white text&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Increase values and total font sizes&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create white grid lines&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Congratulations, you have a visual !&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;I would be most garetful if you would click the [Accept solution] and the thumbs up button.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jan 2025 17:16:02 GMT</pubDate>
    <dc:creator>speedramps</dc:creator>
    <dc:date>2025-01-10T17:16:02Z</dc:date>
    <item>
      <title>Support required for Measure or Column in Power Bi Visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Support-required-for-Measure-or-Column-in-Power-Bi-Visual/m-p/4358185#M173010</link>
      <description>&lt;P&gt;Hi Expert,&lt;BR /&gt;&lt;BR /&gt;I need your support for make the visualization for below attached samples data.&lt;BR /&gt;&lt;BR /&gt;Note :&amp;nbsp;Group status colour coding need to change based on Team KPIs colour coding, Group Status should be take minium values&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 05:24:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Support-required-for-Measure-or-Column-in-Power-Bi-Visual/m-p/4358185#M173010</guid>
      <dc:creator>rgpsathish</dc:creator>
      <dc:date>2025-01-10T05:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Support required for Measure or Column in Power Bi Visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Support-required-for-Measure-or-Column-in-Power-Bi-Visual/m-p/4359195#M173057</link>
      <description>&lt;P&gt;Please download my example PBIX solution from Onedrive here&lt;/P&gt;
&lt;P&gt;&lt;A href="https://1drv.ms/u/c/dbadbed48d511303/EcPdKPP-a61Cj8Qqtr1Rud8BZuUxCg0ugQoFGZjnqI9wtw?e=91YxG5" target="_self"&gt;Click here&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add a conditional column to the query&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create two measures&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Colour = 
var colour = MIN('Table'[Colour code])
RETURN
SWITCH(colour,
3 , "green",
2 , "yellow",
"red")&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Cell name = 
// either display KPI or Team in cell

IF(ISFILTERED('Table'[KPI]),
SELECTEDVALUE('Table'[KPI]),
SELECTEDVALUE('Table'[Team])
)
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a matrix visual and add conditional colour formating.&lt;/P&gt;
&lt;P&gt;Note how the measure behaves. &lt;BR /&gt;The rows show the KPI but the total show the Team.&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Set the matrix visual layout to Outline. This will flip the total line to the top, rather than the bottom&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hide the row and column headers with white text&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Increase values and total font sizes&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create white grid lines&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Congratulations, you have a visual !&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;I would be most garetful if you would click the [Accept solution] and the thumbs up button.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 17:16:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Support-required-for-Measure-or-Column-in-Power-Bi-Visual/m-p/4359195#M173057</guid>
      <dc:creator>speedramps</dc:creator>
      <dc:date>2025-01-10T17:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Support required for Measure or Column in Power Bi Visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Support-required-for-Measure-or-Column-in-Power-Bi-Visual/m-p/4366136#M173365</link>
      <description>&lt;P&gt;Thank You&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="177566" data-lia-user-login="speedramps" class="lia-mention lia-mention-user"&gt;speedramps&lt;/a&gt;&amp;nbsp;your quick support.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 02:56:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Support-required-for-Measure-or-Column-in-Power-Bi-Visual/m-p/4366136#M173365</guid>
      <dc:creator>rgpsathish</dc:creator>
      <dc:date>2025-01-16T02:56:18Z</dc:date>
    </item>
  </channel>
</rss>

