<?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: Smart Narrative Report not update values in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Smart-Narrative-Report-not-update-values/m-p/4782389#M12693</link>
    <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Hey&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/859703"&gt;@proavinash&lt;/a&gt;,&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Based on your screenshots and description, here's a systematic solution for your Smart Narrative dynamic value issue:&lt;/FONT&gt;&lt;/P&gt;&lt;H2&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Problem Analysis&lt;/FONT&gt;&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Smart Narrative is recognizing some zone-based measures (NCR, GUJARAT, MUMBAI) but failing to display others (KTK, AP, etc.) despite DAX formulas working correctly&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;All measures follow identical syntax structure&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Results show properly in DAX but not in Smart Narrative interface&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H2&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Solution Steps&lt;/FONT&gt;&lt;/H2&gt;&lt;H3&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;1. &lt;STRONG&gt;Verify Zone Name Consistency&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Check exact spelling and case sensitivity in your Zone column&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Compare working zones (NCR, GUJARAT, MUMBAI) with non-working ones (KTK, AP)&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Look for hidden spaces, special characters, or formatting differences&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;2. &lt;STRONG&gt;Validate Data Availability&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Confirm that KTK and AP zones actually contain data in your current filter context&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Test individual measures in a simple table visual first&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Verify [No Leads from Stores 2025] has non-zero values for these zones&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;3. &lt;STRONG&gt;Smart Narrative Refresh Process&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;After creating/modifying measures, refresh the Smart Narrative visual completely&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Remove and re-add the Smart Narrative visual to force recognition of new measures&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Check if measure names appear in the dynamic value dropdown list&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;4. &lt;STRONG&gt;Measure Optimization&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Simplify your DAX syntax using this cleaner approach:&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;NO'LEADS'KTK = CALCULATE(SUM(Kohler_Studio[No Leads from Stores 2025]), Kohler_Studio[Zone] = "KTK")&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;H3&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;5. &lt;STRONG&gt;Alternative Approach&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Create a single parameterized measure instead of multiple zone-specific measures&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Use a slicer or parameter to control zone selection&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;This reduces complexity and improves Smart Narrative compatibility&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;6. &lt;STRONG&gt;Troubleshooting Steps&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Test measures in Card visuals to confirm they work outside Smart Narrative&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Check Power BI service vs Desktop behavior differences&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Verify your data model relationships are properly established&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;The issue likely stems from data inconsistencies in the Zone column rather than DAX formula problems.&lt;BR /&gt;&lt;BR /&gt;Did it work? ✔ Give a Kudo • Mark as Solution – help others too!&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Best regards&lt;/STRONG&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;EM&gt;Jainesh Poojara / Power BI Developer&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 31 Jul 2025 06:27:21 GMT</pubDate>
    <dc:creator>jaineshp</dc:creator>
    <dc:date>2025-07-31T06:27:21Z</dc:date>
    <item>
      <title>Smart Narrative Report not update values</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Smart-Narrative-Report-not-update-values/m-p/4781699#M12690</link>
      <description>&lt;P&gt;When using NO'LEADS'NCR its works perfectly, as in screen shot.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="proavinash_0-1753892292293.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1287366i94BC25B5F9585848/image-size/medium?v=v2&amp;amp;px=400" role="button" title="proavinash_0-1753892292293.png" alt="proavinash_0-1753892292293.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When using NO'LEADS'GUJARAT&amp;nbsp; &amp;amp; NO'LEADS'MUMBAI its works perfectly, as in screen shot.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="proavinash_1-1753892421275.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1287367i3FF0C30291188F4B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="proavinash_1-1753892421275.png" alt="proavinash_1-1753892421275.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BUT when i use other then these , like NO'LEADS'KTK&amp;nbsp; ,&amp;nbsp; NO'LEADS'AP AND OTHER Its not work, no result come out as screen shot.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="proavinash_2-1753892696979.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1287371i73A2C36BA7E6D073/image-size/medium?v=v2&amp;amp;px=400" role="button" title="proavinash_2-1753892696979.png" alt="proavinash_2-1753892696979.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FORMULA USED FOR OUTCOME&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;NO'LEADS'NCR =&lt;/SPAN&gt; &lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Kohler_Studio&lt;/SPAN&gt;&lt;SPAN&gt;[No Leads from Stores 2025]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Kohler_Studio&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;Kohler_Studio&lt;/SPAN&gt;&lt;SPAN&gt;[Zone]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"NCR"&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;NO'LEADS'GUJARAT =&lt;/SPAN&gt; &lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Kohler_Studio&lt;/SPAN&gt;&lt;SPAN&gt;[No Leads from Stores 2025]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Kohler_Studio&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;Kohler_Studio&lt;/SPAN&gt;&lt;SPAN&gt;[Zone]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"GUJARAT"&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;NO'LEADS'MUMBAI =&lt;/SPAN&gt; &lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Kohler_Studio&lt;/SPAN&gt;&lt;SPAN&gt;[No Leads from Stores 2025]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Kohler_Studio&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;Kohler_Studio&lt;/SPAN&gt;&lt;SPAN&gt;[Zone]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"MUMBAI"&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;NO'LEADS'AP =&lt;/SPAN&gt; &lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Kohler_Studio&lt;/SPAN&gt;&lt;SPAN&gt;[No Leads from Stores 2025]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Kohler_Studio&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;Kohler_Studio&lt;/SPAN&gt;&lt;SPAN&gt;[Zone]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"AP"&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;NO'LEADS'KTK =&lt;/SPAN&gt; &lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Kohler_Studio&lt;/SPAN&gt;&lt;SPAN&gt;[No Leads from Stores 2025]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Kohler_Studio&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;Kohler_Studio&lt;/SPAN&gt;&lt;SPAN&gt;[Zone]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"KTK"&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;although result of all come from dax formula but not all come in smart narrative report as screen shot.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="proavinash_3-1753893120243.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1287372iEB913549C8E2A0E2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="proavinash_3-1753893120243.png" alt="proavinash_3-1753893120243.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="proavinash_4-1753893253777.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1287374i0BCA06F343B4CA7B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="proavinash_4-1753893253777.png" alt="proavinash_4-1753893253777.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 30 Jul 2025 16:34:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Smart-Narrative-Report-not-update-values/m-p/4781699#M12690</guid>
      <dc:creator>proavinash</dc:creator>
      <dc:date>2025-07-30T16:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Narrative Report not update values</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Smart-Narrative-Report-not-update-values/m-p/4782389#M12693</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Hey&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/859703"&gt;@proavinash&lt;/a&gt;,&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Based on your screenshots and description, here's a systematic solution for your Smart Narrative dynamic value issue:&lt;/FONT&gt;&lt;/P&gt;&lt;H2&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Problem Analysis&lt;/FONT&gt;&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Smart Narrative is recognizing some zone-based measures (NCR, GUJARAT, MUMBAI) but failing to display others (KTK, AP, etc.) despite DAX formulas working correctly&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;All measures follow identical syntax structure&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Results show properly in DAX but not in Smart Narrative interface&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H2&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Solution Steps&lt;/FONT&gt;&lt;/H2&gt;&lt;H3&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;1. &lt;STRONG&gt;Verify Zone Name Consistency&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Check exact spelling and case sensitivity in your Zone column&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Compare working zones (NCR, GUJARAT, MUMBAI) with non-working ones (KTK, AP)&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Look for hidden spaces, special characters, or formatting differences&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;2. &lt;STRONG&gt;Validate Data Availability&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Confirm that KTK and AP zones actually contain data in your current filter context&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Test individual measures in a simple table visual first&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Verify [No Leads from Stores 2025] has non-zero values for these zones&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;3. &lt;STRONG&gt;Smart Narrative Refresh Process&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;After creating/modifying measures, refresh the Smart Narrative visual completely&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Remove and re-add the Smart Narrative visual to force recognition of new measures&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Check if measure names appear in the dynamic value dropdown list&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;4. &lt;STRONG&gt;Measure Optimization&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Simplify your DAX syntax using this cleaner approach:&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;NO'LEADS'KTK = CALCULATE(SUM(Kohler_Studio[No Leads from Stores 2025]), Kohler_Studio[Zone] = "KTK")&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;H3&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;5. &lt;STRONG&gt;Alternative Approach&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Create a single parameterized measure instead of multiple zone-specific measures&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Use a slicer or parameter to control zone selection&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;This reduces complexity and improves Smart Narrative compatibility&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;6. &lt;STRONG&gt;Troubleshooting Steps&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Test measures in Card visuals to confirm they work outside Smart Narrative&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Check Power BI service vs Desktop behavior differences&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Verify your data model relationships are properly established&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;The issue likely stems from data inconsistencies in the Zone column rather than DAX formula problems.&lt;BR /&gt;&lt;BR /&gt;Did it work? ✔ Give a Kudo • Mark as Solution – help others too!&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Best regards&lt;/STRONG&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;EM&gt;Jainesh Poojara / Power BI Developer&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2025 06:27:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Smart-Narrative-Report-not-update-values/m-p/4782389#M12693</guid>
      <dc:creator>jaineshp</dc:creator>
      <dc:date>2025-07-31T06:27:21Z</dc:date>
    </item>
  </channel>
</rss>

