<?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 Another Conditional Formatting In A Table Not Showing in Desktop</title>
    <link>https://community.fabric.microsoft.com/t5/Desktop/Another-Conditional-Formatting-In-A-Table-Not-Showing/m-p/1012525#M479213</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I saw many posts regrading this, but still couldn't find the solution to my issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the bottom you can find my measures. All of them are formatted as a decimal number. I want to have a conditional formatting icon in my table that will show various arrows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next, I have two tables:&lt;/P&gt;&lt;P&gt;- One of them is showing Period | NRM vPY and in this table the icons are visible.&lt;/P&gt;&lt;P&gt;- Second one if showing just NRM vPY and in this table the icon is not visible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I make the second table showing the icons as well?&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;NRM_ACT =
VAR MaxPeriod = calculate(max('HFM BAR Data Pull'[Period]),'HFM BAR Data Pull'[Value]&amp;lt;&amp;gt;0)
return
calculate(sum('HFM BAR Data Pull'[Value]),'HFM BAR Data Pull'[Metric]="NRM P&amp;amp;L IMPACT",'HFM BAR Data Pull'[Period]=MaxPeriod)

NRM_PM =
var MaxDate01 = calculate(max('HFM BAR Data Pull'[Period]),'HFM BAR Data Pull'[Value]&amp;lt;&amp;gt;0)
var MaxDate02 = calculate(max('HFM BAR Data Pull'[Period]),'HFM BAR Data Pull'[Period]&amp;lt;MaxDate01)
RETURN
calculate(sum('HFM BAR Data Pull'[Value]),'HFM BAR Data Pull'[Metric]="NRM P&amp;amp;L IMPACT",PARALLELPERIOD('HFM BAR Data Pull'[Period],-1,MONTH),'HFM BAR Data Pull'[Period]=MaxDate02)

NRM_vPM = [NRM_ACT]-[NRM_PM]&lt;/LI-CODE&gt;&lt;P&gt;&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;&lt;U&gt;&lt;STRONG&gt;Sample Data:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Business&lt;/TD&gt;&lt;TD&gt;Metric&lt;/TD&gt;&lt;TD&gt;Value&lt;/TD&gt;&lt;TD&gt;Period (Date Format)&lt;/TD&gt;&lt;TD&gt;Scenario&lt;/TD&gt;&lt;TD&gt;MonthName&lt;/TD&gt;&lt;TD&gt;Year&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sweden&lt;/TD&gt;&lt;TD&gt;NRM P&amp;amp;L IMPACT&lt;/TD&gt;&lt;TD&gt;0.01&lt;/TD&gt;&lt;TD&gt;08/01/2019&lt;/TD&gt;&lt;TD&gt;Actual&lt;/TD&gt;&lt;TD&gt;August&lt;/TD&gt;&lt;TD&gt;2019&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sweden&lt;/TD&gt;&lt;TD&gt;NRM P&amp;amp;L IMPACT&lt;/TD&gt;&lt;TD&gt;0.03&lt;/TD&gt;&lt;TD&gt;07/01/2019&lt;/TD&gt;&lt;TD&gt;Actual&lt;/TD&gt;&lt;TD&gt;July&lt;/TD&gt;&lt;TD&gt;2019&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sweden&lt;/TD&gt;&lt;TD&gt;NRM P&amp;amp;L IMPACT&lt;/TD&gt;&lt;TD&gt;0.06&lt;/TD&gt;&lt;TD&gt;06/01/2019&lt;/TD&gt;&lt;TD&gt;Actual&lt;/TD&gt;&lt;TD&gt;June&lt;/TD&gt;&lt;TD&gt;2019&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sweden&lt;/TD&gt;&lt;TD&gt;NRM P&amp;amp;L IMPACT&lt;/TD&gt;&lt;TD&gt;0.08&lt;/TD&gt;&lt;TD&gt;05/01/2019&lt;/TD&gt;&lt;TD&gt;Actual&lt;/TD&gt;&lt;TD&gt;May&lt;/TD&gt;&lt;TD&gt;2019&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sweden&lt;/TD&gt;&lt;TD&gt;NRM P&amp;amp;L IMPACT&lt;/TD&gt;&lt;TD&gt;-0.04&lt;/TD&gt;&lt;TD&gt;12/01/2019&lt;/TD&gt;&lt;TD&gt;Actual&lt;/TD&gt;&lt;TD&gt;December&lt;/TD&gt;&lt;TD&gt;2019&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sweden&lt;/TD&gt;&lt;TD&gt;NRM P&amp;amp;L IMPACT&lt;/TD&gt;&lt;TD&gt;-0.09&lt;/TD&gt;&lt;TD&gt;11/01/2019&lt;/TD&gt;&lt;TD&gt;Actual&lt;/TD&gt;&lt;TD&gt;November&lt;/TD&gt;&lt;TD&gt;2019&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sweden&lt;/TD&gt;&lt;TD&gt;NRM P&amp;amp;L IMPACT&lt;/TD&gt;&lt;TD&gt;0.02&lt;/TD&gt;&lt;TD&gt;10/01/2019&lt;/TD&gt;&lt;TD&gt;Actual&lt;/TD&gt;&lt;TD&gt;October&lt;/TD&gt;&lt;TD&gt;2019&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Apr 2020 08:45:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-04-08T08:45:52Z</dc:date>
    <item>
      <title>Another Conditional Formatting In A Table Not Showing</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Another-Conditional-Formatting-In-A-Table-Not-Showing/m-p/1012525#M479213</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I saw many posts regrading this, but still couldn't find the solution to my issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the bottom you can find my measures. All of them are formatted as a decimal number. I want to have a conditional formatting icon in my table that will show various arrows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next, I have two tables:&lt;/P&gt;&lt;P&gt;- One of them is showing Period | NRM vPY and in this table the icons are visible.&lt;/P&gt;&lt;P&gt;- Second one if showing just NRM vPY and in this table the icon is not visible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I make the second table showing the icons as well?&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;NRM_ACT =
VAR MaxPeriod = calculate(max('HFM BAR Data Pull'[Period]),'HFM BAR Data Pull'[Value]&amp;lt;&amp;gt;0)
return
calculate(sum('HFM BAR Data Pull'[Value]),'HFM BAR Data Pull'[Metric]="NRM P&amp;amp;L IMPACT",'HFM BAR Data Pull'[Period]=MaxPeriod)

NRM_PM =
var MaxDate01 = calculate(max('HFM BAR Data Pull'[Period]),'HFM BAR Data Pull'[Value]&amp;lt;&amp;gt;0)
var MaxDate02 = calculate(max('HFM BAR Data Pull'[Period]),'HFM BAR Data Pull'[Period]&amp;lt;MaxDate01)
RETURN
calculate(sum('HFM BAR Data Pull'[Value]),'HFM BAR Data Pull'[Metric]="NRM P&amp;amp;L IMPACT",PARALLELPERIOD('HFM BAR Data Pull'[Period],-1,MONTH),'HFM BAR Data Pull'[Period]=MaxDate02)

NRM_vPM = [NRM_ACT]-[NRM_PM]&lt;/LI-CODE&gt;&lt;P&gt;&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;&lt;U&gt;&lt;STRONG&gt;Sample Data:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Business&lt;/TD&gt;&lt;TD&gt;Metric&lt;/TD&gt;&lt;TD&gt;Value&lt;/TD&gt;&lt;TD&gt;Period (Date Format)&lt;/TD&gt;&lt;TD&gt;Scenario&lt;/TD&gt;&lt;TD&gt;MonthName&lt;/TD&gt;&lt;TD&gt;Year&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sweden&lt;/TD&gt;&lt;TD&gt;NRM P&amp;amp;L IMPACT&lt;/TD&gt;&lt;TD&gt;0.01&lt;/TD&gt;&lt;TD&gt;08/01/2019&lt;/TD&gt;&lt;TD&gt;Actual&lt;/TD&gt;&lt;TD&gt;August&lt;/TD&gt;&lt;TD&gt;2019&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sweden&lt;/TD&gt;&lt;TD&gt;NRM P&amp;amp;L IMPACT&lt;/TD&gt;&lt;TD&gt;0.03&lt;/TD&gt;&lt;TD&gt;07/01/2019&lt;/TD&gt;&lt;TD&gt;Actual&lt;/TD&gt;&lt;TD&gt;July&lt;/TD&gt;&lt;TD&gt;2019&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sweden&lt;/TD&gt;&lt;TD&gt;NRM P&amp;amp;L IMPACT&lt;/TD&gt;&lt;TD&gt;0.06&lt;/TD&gt;&lt;TD&gt;06/01/2019&lt;/TD&gt;&lt;TD&gt;Actual&lt;/TD&gt;&lt;TD&gt;June&lt;/TD&gt;&lt;TD&gt;2019&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sweden&lt;/TD&gt;&lt;TD&gt;NRM P&amp;amp;L IMPACT&lt;/TD&gt;&lt;TD&gt;0.08&lt;/TD&gt;&lt;TD&gt;05/01/2019&lt;/TD&gt;&lt;TD&gt;Actual&lt;/TD&gt;&lt;TD&gt;May&lt;/TD&gt;&lt;TD&gt;2019&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sweden&lt;/TD&gt;&lt;TD&gt;NRM P&amp;amp;L IMPACT&lt;/TD&gt;&lt;TD&gt;-0.04&lt;/TD&gt;&lt;TD&gt;12/01/2019&lt;/TD&gt;&lt;TD&gt;Actual&lt;/TD&gt;&lt;TD&gt;December&lt;/TD&gt;&lt;TD&gt;2019&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sweden&lt;/TD&gt;&lt;TD&gt;NRM P&amp;amp;L IMPACT&lt;/TD&gt;&lt;TD&gt;-0.09&lt;/TD&gt;&lt;TD&gt;11/01/2019&lt;/TD&gt;&lt;TD&gt;Actual&lt;/TD&gt;&lt;TD&gt;November&lt;/TD&gt;&lt;TD&gt;2019&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sweden&lt;/TD&gt;&lt;TD&gt;NRM P&amp;amp;L IMPACT&lt;/TD&gt;&lt;TD&gt;0.02&lt;/TD&gt;&lt;TD&gt;10/01/2019&lt;/TD&gt;&lt;TD&gt;Actual&lt;/TD&gt;&lt;TD&gt;October&lt;/TD&gt;&lt;TD&gt;2019&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 08:45:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Another-Conditional-Formatting-In-A-Table-Not-Showing/m-p/1012525#M479213</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-08T08:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Another Conditional Formatting In A Table Not Showing</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Another-Conditional-Formatting-In-A-Table-Not-Showing/m-p/1012590#M479236</link>
      <description>&lt;P&gt;Very difficult to say, would need to be able to replicate. You are talking about 2 table visualizations or 2 tables in the data model? What fields are in the tables? Can you post sample data that can be used to replicate the issue?&amp;nbsp;Please see this post regarding How to Get Your Question Answered Quickly: &lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could check the Issues forum here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Issues/idb-p/Issues" target="_blank"&gt;https://community.powerbi.com/t5/Issues/idb-p/Issues&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And if it is not there, then you could post it.&lt;BR /&gt;&lt;BR /&gt;If you have Pro account you could try to open a support ticket. If you have a Pro account it is free. Go to &lt;A href="https://support.powerbi.com" target="_blank"&gt;https://support.powerbi.com&lt;/A&gt;. Scroll down and click "CREATE SUPPORT TICKET".&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 12:42:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Another-Conditional-Formatting-In-A-Table-Not-Showing/m-p/1012590#M479236</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-04-07T12:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Another Conditional Formatting In A Table Not Showing</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Another-Conditional-Formatting-In-A-Table-Not-Showing/m-p/1014063#M479740</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So have you applied the icon conditional formatting in the second table? Could you share sample data of the two tables and give more details about your requirement?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jimmy Tao&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 03:30:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Another-Conditional-Formatting-In-A-Table-Not-Showing/m-p/1014063#M479740</guid>
      <dc:creator>v-yuta-msft</dc:creator>
      <dc:date>2020-04-08T03:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Another Conditional Formatting In A Table Not Showing</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Another-Conditional-Formatting-In-A-Table-Not-Showing/m-p/1014612#M479930</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have edited my first post, sorry for that. I have added a sample data. Please note that I also do have similiar information, but for other periods (2018-2020).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also see that in the table, conditional formatting of vPM is working well (icons do appear). However, in the card above ("NRM vPM"), the icons do not show up.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 08:47:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Another-Conditional-Formatting-In-A-Table-Not-Showing/m-p/1014612#M479930</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-08T08:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Another Conditional Formatting In A Table Not Showing</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Another-Conditional-Formatting-In-A-Table-Not-Showing/m-p/1014616#M479931</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="54293" data-lia-user-login="v-yuta-msft" class="lia-mention lia-mention-user"&gt;v-yuta-msft&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I have adjusted my first post. It should be more clear now. I have only one table in this project.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 08:48:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Another-Conditional-Formatting-In-A-Table-Not-Showing/m-p/1014616#M479931</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-08T08:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Another Conditional Formatting In A Table Not Showing</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Another-Conditional-Formatting-In-A-Table-Not-Showing/m-p/1014724#M479968</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can change the target field in the conditional formatting section as below:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="times new roman,times" color="#000000"&gt;&lt;EM&gt;&lt;STRONG&gt;Community Support Team _ Jimmy Tao&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="times new roman,times" color="#000000"&gt;&lt;EM&gt;&lt;STRONG&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 09:42:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Another-Conditional-Formatting-In-A-Table-Not-Showing/m-p/1014724#M479968</guid>
      <dc:creator>v-yuta-msft</dc:creator>
      <dc:date>2020-04-08T09:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Another Conditional Formatting In A Table Not Showing</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Another-Conditional-Formatting-In-A-Table-Not-Showing/m-p/1014735#M479972</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="54293" data-lia-user-login="v-yuta-msft" class="lia-mention lia-mention-user"&gt;v-yuta-msft&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sure. However I want this arrow to be visible in the small table that I have pasted above (the one that looks like a card and is showing a value equal to 0.10).&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 09:45:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Another-Conditional-Formatting-In-A-Table-Not-Showing/m-p/1014735#M479972</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-08T09:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Another Conditional Formatting In A Table Not Showing</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Another-Conditional-Formatting-In-A-Table-Not-Showing/m-p/1014752#M479980</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm afraid this can't be achieved. To make conditional formatting work, you need to add at least one column to the table visual. In the small table visual there's only one aggregation value, no rows exist so conditional formatting couldn't work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="times new roman,times" color="#000000"&gt;&lt;EM&gt;&lt;STRONG&gt;Community Support Team _ Jimmy Tao&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="times new roman,times" color="#000000"&gt;&lt;EM&gt;&lt;STRONG&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 09:50:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Another-Conditional-Formatting-In-A-Table-Not-Showing/m-p/1014752#M479980</guid>
      <dc:creator>v-yuta-msft</dc:creator>
      <dc:date>2020-04-08T09:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Another Conditional Formatting In A Table Not Showing</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Another-Conditional-Formatting-In-A-Table-Not-Showing/m-p/1014810#M480005</link>
      <description>&lt;P&gt;Ok, it helps. If so, I can do some changes and add an extra column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 10:09:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Another-Conditional-Formatting-In-A-Table-Not-Showing/m-p/1014810#M480005</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-08T10:09:29Z</dc:date>
    </item>
  </channel>
</rss>

