<?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: Nested if blank statement in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Nested-if-blank-statement/m-p/3334036#M125013</link>
    <description>&lt;P&gt;Ah yes you are correct, now that I checked it is just no text instead of (blank). What would be the best way to fix this?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jul 2023 09:54:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-07-17T09:54:22Z</dc:date>
    <item>
      <title>Nested if blank statement</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Nested-if-blank-statement/m-p/3333832#M124996</link>
      <description>&lt;LI-CODE lang="markup"&gt;COSTCENTER_fix = 

IF(
    ISBLANK('sapdata SAP_generalaccounting'[COSTCENTER]),
    IF(
        ISBLANK('sapdata SAP_generalaccounting'[WBS_ELEMT]),
        'sapdata SAP_generalaccounting'[PROFIT_CTR],
        LOOKUPVALUE('sapdata SAP_projektelement'[Ansvarigt_kostnstl], 'sapdata SAP_projektelement'[WBS_element], 'sapdata SAP_generalaccounting'[WBS_ELEMT])
    ),
    'sapdata SAP_generalaccounting'[COSTCENTER]
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my current code that is not working.&lt;BR /&gt;&lt;BR /&gt;I want to check if column COSTCENTER is blank&amp;nbsp;&lt;BR /&gt;if it is blank use values from LOOKUPVALUE from WBS_ELEMNT&lt;BR /&gt;and if both are blank I want the values from PROFIT_CTR&lt;BR /&gt;&lt;BR /&gt;problem is values from profit_ctr are not being entered, if both are blank this column is also blank. I cannot have blank rows in this column&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 07:51:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Nested-if-blank-statement/m-p/3333832#M124996</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-17T07:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if blank statement</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Nested-if-blank-statement/m-p/3333939#M125004</link>
      <description>&lt;P&gt;may there are some non-true blank values in the column of&amp;nbsp;&lt;SPAN&gt;WBS_ELEMNT&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 08:59:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Nested-if-blank-statement/m-p/3333939#M125004</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2023-07-17T08:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if blank statement</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Nested-if-blank-statement/m-p/3334036#M125013</link>
      <description>&lt;P&gt;Ah yes you are correct, now that I checked it is just no text instead of (blank). What would be the best way to fix this?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 09:54:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Nested-if-blank-statement/m-p/3334036#M125013</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-17T09:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if blank statement</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Nested-if-blank-statement/m-p/3335315#M125071</link>
      <description>&lt;LI-CODE lang="markup"&gt;'sapdata SAP_generalaccounting'[WBS_ELEMT]=""&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 17 Jul 2023 23:18:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Nested-if-blank-statement/m-p/3335315#M125071</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2023-07-17T23:18:07Z</dc:date>
    </item>
  </channel>
</rss>

