<?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 Show a Conditional Column on a Dash Table? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Show-a-Conditional-Column-on-a-Dash-Table/m-p/2207148#M33134</link>
    <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;HI&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/154915"&gt;@smartcompany&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Perhaps you can configure a custom replace function in the query editor and use parameters to control when to replace these field values to blank.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Replace-value-in-Power-Query-based-on-condition/td-p/1367325" target="_blank"&gt;Solved: Replace value in Power Query based on condition - Microsoft Power BI Community&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;#"Replaced Value" = Table.ReplaceValue(#"Changed Type",each [Column],each if parameter= true then "" else [Column],Replacer.ReplaceText,{"Column"})&lt;/LI-CODE&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Nov 2021 06:57:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-11-25T06:57:08Z</dc:date>
    <item>
      <title>How to Show a Conditional Column on a Dash Table?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Show-a-Conditional-Column-on-a-Dash-Table/m-p/2196768#M32994</link>
      <description>&lt;P&gt;Hello, guys! How are you doing?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a single report for many different clients (we separate them by clientID on &lt;STRONG&gt;Embedded&lt;/STRONG&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, there is a client who needs to see a column called "CostCenter" in a table, but he is the only one who needs to see it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a way to show this coloumn just for him? I mean, I don't want a empty column for other clients.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help! ;D&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 14:14:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Show-a-Conditional-Column-on-a-Dash-Table/m-p/2196768#M32994</guid>
      <dc:creator>smartcompany</dc:creator>
      <dc:date>2021-11-18T14:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to Show a Conditional Column on a Dash Table?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Show-a-Conditional-Column-on-a-Dash-Table/m-p/2200608#M33038</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/154915"&gt;@smartcompany&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Did you mean the object-level security? If that is the case, please refer to the following document to know more about this feature:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://powerbi.microsoft.com/en-us/blog/object-level-security-ols-now-available-for-public-preview-in-power-bi-premium/" target="_blank"&gt;Announcing public preview of Object-Level Security in Power BI | Microsoft Power BI Blog | Microsoft Power BI&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 06:13:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Show-a-Conditional-Column-on-a-Dash-Table/m-p/2200608#M33038</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-22T06:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Show a Conditional Column on a Dash Table?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Show-a-Conditional-Column-on-a-Dash-Table/m-p/2201707#M33065</link>
      <description>&lt;P&gt;Hello! Thank you for your answer!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But,&amp;nbsp;actually, I'm not talking abaout OLS. As I said, we use Power BI Embedded and OLS dosen't work with that (as far as I know).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need something like a conditional filter. For example: If clientID has "hasCostCenter" (boolean value), then show this column on a table in dashboard.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 14:38:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Show-a-Conditional-Column-on-a-Dash-Table/m-p/2201707#M33065</guid>
      <dc:creator>smartcompany</dc:creator>
      <dc:date>2021-11-22T14:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to Show a Conditional Column on a Dash Table?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Show-a-Conditional-Column-on-a-Dash-Table/m-p/2207148#M33134</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;HI&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/154915"&gt;@smartcompany&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Perhaps you can configure a custom replace function in the query editor and use parameters to control when to replace these field values to blank.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Replace-value-in-Power-Query-based-on-condition/td-p/1367325" target="_blank"&gt;Solved: Replace value in Power Query based on condition - Microsoft Power BI Community&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;#"Replaced Value" = Table.ReplaceValue(#"Changed Type",each [Column],each if parameter= true then "" else [Column],Replacer.ReplaceText,{"Column"})&lt;/LI-CODE&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 06:57:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Show-a-Conditional-Column-on-a-Dash-Table/m-p/2207148#M33134</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-25T06:57:08Z</dc:date>
    </item>
  </channel>
</rss>

