<?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 display the data with specific period as default to the dashbord in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-display-the-data-with-specific-period-as-default-to-the/m-p/4760776#M12659</link>
    <description>&lt;P&gt;Hello&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;If you're writing a measure like:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;TotalSales = SUM(FactSales[Amount])&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;You can wrap the measure in a filter that returns only rows where your Boolean condition is true.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;Assume you have a measure:&lt;/DIV&gt;&lt;DIV&gt;[IsQualifiedCustomer] =&lt;BR /&gt;Some condition returning TRUE or FALSE&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Then use:&lt;BR /&gt;&lt;BR /&gt;TotalSales_OnlyQualified =&lt;BR /&gt;CALCULATE(&lt;BR /&gt;SUM(FactSales[Amount]),&lt;BR /&gt;FILTER(&lt;BR /&gt;ALL(FactSales),&lt;BR /&gt;[IsQualifiedCustomer] = TRUE()&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;This ensures that only rows where [IsQualifiedCustomer] is TRUE() are included in the calculation, regardless of visible filters.&amp;nbsp;And it respects slicers like Year or Period — because those apply outside the CALCULATE context unless removed with REMOVEFILTERS() or ALL()&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If this solved your issue, please mark it as the accepted solution. &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;&lt;/DIV&gt;</description>
    <pubDate>Sat, 12 Jul 2025 17:13:25 GMT</pubDate>
    <dc:creator>anilelmastasi</dc:creator>
    <dc:date>2025-07-12T17:13:25Z</dc:date>
    <item>
      <title>How to display the data with specific period as default to the dashbord</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-display-the-data-with-specific-period-as-default-to-the/m-p/4326302#M11911</link>
      <description>&lt;P&gt;Hi Team,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using a specific measure that is return True/Fasle. I want the dashboard to present the data that is related to the True values how to set this setting without using the filter in the dashboard because I'm using a sliver to filter the period and whenever the user choose a specific year the dashboard will be filtered in the chosen year ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 15:15:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-display-the-data-with-specific-period-as-default-to-the/m-p/4326302#M11911</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-12-12T15:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to display the data with specific period as default to the dashbord</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-display-the-data-with-specific-period-as-default-to-the/m-p/4760776#M12659</link>
      <description>&lt;P&gt;Hello&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;If you're writing a measure like:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;TotalSales = SUM(FactSales[Amount])&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;You can wrap the measure in a filter that returns only rows where your Boolean condition is true.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;Assume you have a measure:&lt;/DIV&gt;&lt;DIV&gt;[IsQualifiedCustomer] =&lt;BR /&gt;Some condition returning TRUE or FALSE&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Then use:&lt;BR /&gt;&lt;BR /&gt;TotalSales_OnlyQualified =&lt;BR /&gt;CALCULATE(&lt;BR /&gt;SUM(FactSales[Amount]),&lt;BR /&gt;FILTER(&lt;BR /&gt;ALL(FactSales),&lt;BR /&gt;[IsQualifiedCustomer] = TRUE()&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;This ensures that only rows where [IsQualifiedCustomer] is TRUE() are included in the calculation, regardless of visible filters.&amp;nbsp;And it respects slicers like Year or Period — because those apply outside the CALCULATE context unless removed with REMOVEFILTERS() or ALL()&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If this solved your issue, please mark it as the accepted solution. &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 12 Jul 2025 17:13:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-display-the-data-with-specific-period-as-default-to-the/m-p/4760776#M12659</guid>
      <dc:creator>anilelmastasi</dc:creator>
      <dc:date>2025-07-12T17:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to display the data with specific period as default to the dashbord</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-display-the-data-with-specific-period-as-default-to-the/m-p/4805591#M12764</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;please follow below steps it will help you solve.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want all visuals on a page/report to be restricted to TRUE rows (like RLS, but not user-based), you can create a calculated table that contains only the TRUE rows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;FilteredData =&lt;BR /&gt;FILTER ( OriginalTable, [MyCondition] = TRUE )&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Then build your visuals on top of FilteredData instead of the raw table.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Aug 2025 10:22:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-display-the-data-with-specific-period-as-default-to-the/m-p/4805591#M12764</guid>
      <dc:creator>raju8004212</dc:creator>
      <dc:date>2025-08-23T10:22:51Z</dc:date>
    </item>
  </channel>
</rss>

