<?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: Lock/Unlock start date on Date Slicer based on Region Selection in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lock-Unlock-start-date-on-Date-Slicer-based-on-Region-Selection/m-p/4370611#M173507</link>
    <description>&lt;H3&gt;Power BI:&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Create a mapping table for regions to toggle (e.g., lock = "Europe").&lt;/LI&gt;
&lt;LI&gt;Use a measure to control slicer visibility: LockStartDate = IF(SELECaEDVALUE(Region) = "Europe", 1, 0)&lt;/LI&gt;
&lt;LI&gt;Overlay two slicers (one locked, one interactive) and use the measure to toggle visibility.&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Sun, 19 Jan 2025 12:28:39 GMT</pubDate>
    <dc:creator>rohit1991</dc:creator>
    <dc:date>2025-01-19T12:28:39Z</dc:date>
    <item>
      <title>Lock/Unlock start date on Date Slicer based on Region Selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lock-Unlock-start-date-on-Date-Slicer-based-on-Region-Selection/m-p/4368942#M173445</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a need to lock (disabled) the start date on a date slicer for one region while the other region wants the start date to be enabled.&lt;BR /&gt;For e.g., If Europe is selected on the Region Slicer, lock the start date on the date slicer, if Asia is selected then enable the start date selection on the date slicer.&lt;BR /&gt;&lt;BR /&gt;I am not sure if this can be achieved but any leads/suggestions will be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 09:53:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lock-Unlock-start-date-on-Date-Slicer-based-on-Region-Selection/m-p/4368942#M173445</guid>
      <dc:creator>AlwaysAGooner</dc:creator>
      <dc:date>2025-01-17T09:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Lock/Unlock start date on Date Slicer based on Region Selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lock-Unlock-start-date-on-Date-Slicer-based-on-Region-Selection/m-p/4369645#M173478</link>
      <description>&lt;P&gt;Hi!&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="587906" data-lia-user-login="AlwaysAGooner" class="lia-mention lia-mention-user"&gt;AlwaysAGooner&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try using the bookmarks,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Locked Slicer:&lt;/STRONG&gt; Configure this slicer to have a fixed start date or show a single date range that cannot be changed. (For example, by limiting the filter range in the slicer settings.)&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Enabled Slicer:&lt;/STRONG&gt; Configure this slicer to allow full user interaction (start and end dates can be freely adjusted).&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 17:47:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lock-Unlock-start-date-on-Date-Slicer-based-on-Region-Selection/m-p/4369645#M173478</guid>
      <dc:creator>AnkitKukreja</dc:creator>
      <dc:date>2025-01-17T17:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Lock/Unlock start date on Date Slicer based on Region Selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lock-Unlock-start-date-on-Date-Slicer-based-on-Region-Selection/m-p/4370611#M173507</link>
      <description>&lt;H3&gt;Power BI:&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Create a mapping table for regions to toggle (e.g., lock = "Europe").&lt;/LI&gt;
&lt;LI&gt;Use a measure to control slicer visibility: LockStartDate = IF(SELECaEDVALUE(Region) = "Europe", 1, 0)&lt;/LI&gt;
&lt;LI&gt;Overlay two slicers (one locked, one interactive) and use the measure to toggle visibility.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Sun, 19 Jan 2025 12:28:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lock-Unlock-start-date-on-Date-Slicer-based-on-Region-Selection/m-p/4370611#M173507</guid>
      <dc:creator>rohit1991</dc:creator>
      <dc:date>2025-01-19T12:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Lock/Unlock start date on Date Slicer based on Region Selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lock-Unlock-start-date-on-Date-Slicer-based-on-Region-Selection/m-p/4371216#M173538</link>
      <description>&lt;P&gt;Thanks. How do we contorl the visibility using the measure? Is there a visual level property for this?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2025 06:42:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lock-Unlock-start-date-on-Date-Slicer-based-on-Region-Selection/m-p/4371216#M173538</guid>
      <dc:creator>AlwaysAGooner</dc:creator>
      <dc:date>2025-01-20T06:42:53Z</dc:date>
    </item>
  </channel>
</rss>

