<?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 Change a row value for a single visual using DAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Change-a-row-value-for-a-single-visual-using-DAX/m-p/3224644#M118227</link>
    <description>&lt;P&gt;I am trying the use a column as legend in donut chart. The column value has nulls too.&lt;BR /&gt;I want to change the "&lt;STRONG&gt;nulls&lt;/STRONG&gt;" to "&lt;STRONG&gt;Not Specified&lt;/STRONG&gt;" just for the donut chart instead of transforming it in the dataset. Is that possible using DAX or something?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please Help.&lt;BR /&gt;Thank you in advance, Sir.&lt;/P&gt;</description>
    <pubDate>Mon, 08 May 2023 09:39:01 GMT</pubDate>
    <dc:creator>P0werBIn00b</dc:creator>
    <dc:date>2023-05-08T09:39:01Z</dc:date>
    <item>
      <title>Change a row value for a single visual using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Change-a-row-value-for-a-single-visual-using-DAX/m-p/3224644#M118227</link>
      <description>&lt;P&gt;I am trying the use a column as legend in donut chart. The column value has nulls too.&lt;BR /&gt;I want to change the "&lt;STRONG&gt;nulls&lt;/STRONG&gt;" to "&lt;STRONG&gt;Not Specified&lt;/STRONG&gt;" just for the donut chart instead of transforming it in the dataset. Is that possible using DAX or something?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please Help.&lt;BR /&gt;Thank you in advance, Sir.&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2023 09:39:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Change-a-row-value-for-a-single-visual-using-DAX/m-p/3224644#M118227</guid>
      <dc:creator>P0werBIn00b</dc:creator>
      <dc:date>2023-05-08T09:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Change a row value for a single visual using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Change-a-row-value-for-a-single-visual-using-DAX/m-p/3227365#M118236</link>
      <description>&lt;P&gt;hello just add a new calculated column to your tble&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;New Column =&amp;nbsp;&lt;BR /&gt;SWITCH(&lt;BR /&gt;&amp;nbsp; &amp;nbsp;TRUE(),&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 'Table'[Category] = BLANK(),"Not Specified",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 'Table'[Category]&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;using measures isnt possible for now&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 15:05:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Change-a-row-value-for-a-single-visual-using-DAX/m-p/3227365#M118236</guid>
      <dc:creator>eliasayyy</dc:creator>
      <dc:date>2023-05-09T15:05:57Z</dc:date>
    </item>
  </channel>
</rss>

