<?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: Need help with DAX formula for using date column and location column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-DAX-formula-for-using-date-column-and-location/m-p/4673372#M178977</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1267891" data-lia-user-login="KDiSanto" class="lia-mention lia-mention-user"&gt;KDiSanto&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the dax code of the measure?&lt;/P&gt;</description>
    <pubDate>Tue, 29 Apr 2025 18:16:22 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2025-04-29T18:16:22Z</dc:date>
    <item>
      <title>Need help with DAX formula for using date column and location column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-DAX-formula-for-using-date-column-and-location/m-p/4673085#M178966</link>
      <description>&lt;P&gt;I have 48 locations; however, when I try to apply&amp;nbsp; a last date/most recent date/year it doesn't total the 48 it is pulling all records i.e. Albany and if there were exercises conducted in 2021-2025 it doesnt apply a one count, or an inventory date, etc. It will show for example:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&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>Tue, 29 Apr 2025 13:45:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-DAX-formula-for-using-date-column-and-location/m-p/4673085#M178966</guid>
      <dc:creator>KDiSanto</dc:creator>
      <dc:date>2025-04-29T13:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with DAX formula for using date column and location column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-DAX-formula-for-using-date-column-and-location/m-p/4673104#M178969</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1267891" data-lia-user-login="KDiSanto" class="lia-mention lia-mention-user"&gt;KDiSanto&lt;/a&gt;&amp;nbsp;Sorry, having trouble following, can you post sample data as text and expected output?&lt;BR /&gt;Not really enough information to go on, please first check if your issue is a common issue listed here: &lt;A href="https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, please see this post regarding How to Get Your Question Answered Quickly: &lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The most important parts are:&lt;BR /&gt;1. Sample data as text, use the table tool in the editing bar&lt;BR /&gt;2. Expected output from sample data&lt;BR /&gt;3. Explanation in words of how to get from 1. to 2.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 13:56:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-DAX-formula-for-using-date-column-and-location/m-p/4673104#M178969</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2025-04-29T13:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with DAX formula for using date column and location column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-DAX-formula-for-using-date-column-and-location/m-p/4673164#M178971</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is some sample data, I was able to create the column for the LastFullScaleIn3Years and apply this formula to return a yes/no.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;LastFullScaleIn3Years =&lt;/SPAN&gt; &lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN&gt;YEAR&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;TODAY&lt;/SPAN&gt;&lt;SPAN&gt; () ) - &lt;/SPAN&gt;&lt;SPAN&gt;YEAR&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;'Exercise Events List'&lt;/SPAN&gt;&lt;SPAN&gt;[End Date]&lt;/SPAN&gt;&lt;SPAN&gt; ) &amp;lt;= &lt;/SPAN&gt;&lt;SPAN&gt;3&lt;/SPAN&gt;&lt;SPAN&gt;&amp;amp;&amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;'Exercise Events List'&lt;/SPAN&gt;&lt;SPAN&gt;[ExerciseType]&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"Full Scale"&lt;/SPAN&gt;&lt;SPAN&gt; &amp;nbsp;, &lt;/SPAN&gt;&lt;SPAN&gt;"Yes"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"No"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;However, when I apply the LastFullScaleIn3Years filter for No it counts 87 and Yes counts 28; however, I need the numbers to total 48, since I have 48 locations and I reviewed the table and the only duplicate I found was San Juan so I know it is not a duplication error.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am also using this table to establish a pie chart visual that shows the plan date and inventory date broken down by fiscal year; however, this as well is not totalling the 48 or less that 48 per fiscal year i.e FY23 total is 592, etc. which leads me to believe that is totalling all records based on having more than one submission date.&amp;nbsp; This is only for the the plan and inventory date.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Location Name&lt;/TD&gt;&lt;TD&gt;Submission Date&lt;/TD&gt;&lt;TD&gt;Exercise Type&lt;/TD&gt;&lt;TD&gt;End Date&lt;/TD&gt;&lt;TD&gt;Fiscal Year&lt;/TD&gt;&lt;TD&gt;Last FSE within 3 years&lt;/TD&gt;&lt;TD&gt;Plan Date&lt;/TD&gt;&lt;TD&gt;Inventory Date&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;San Juan&lt;/TD&gt;&lt;TD&gt;3/13/2025&lt;/TD&gt;&lt;TD&gt;Full Scale&lt;/TD&gt;&lt;TD&gt;5/13/2025&lt;/TD&gt;&lt;TD&gt;FY25&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;TD&gt;2/28/2025&lt;/TD&gt;&lt;TD&gt;5/13/2025&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;San Juan&lt;/TD&gt;&lt;TD&gt;4/10/2025&lt;/TD&gt;&lt;TD&gt;Full Scale&lt;/TD&gt;&lt;TD&gt;5/15/2025&lt;/TD&gt;&lt;TD&gt;FY25&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Little Rock&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Full Scale&lt;/TD&gt;&lt;TD&gt;4/4/2024&lt;/TD&gt;&lt;TD&gt;FY 24&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;TD&gt;10/4/2024&lt;/TD&gt;&lt;TD&gt;7/31/2024&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Tampa&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Full Scale&lt;/TD&gt;&lt;TD&gt;4/13/2023&lt;/TD&gt;&lt;TD&gt;FY23&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;TD&gt;02/08/2023&lt;/TD&gt;&lt;TD&gt;3/8/2023&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Denver&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Full Scale&lt;/TD&gt;&lt;TD&gt;3/1/2022&lt;/TD&gt;&lt;TD&gt;FY22&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;TD&gt;10/04/2022&lt;/TD&gt;&lt;TD&gt;10/12/2022&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 29 Apr 2025 14:30:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-DAX-formula-for-using-date-column-and-location/m-p/4673164#M178971</guid>
      <dc:creator>KDiSanto</dc:creator>
      <dc:date>2025-04-29T14:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with DAX formula for using date column and location column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-DAX-formula-for-using-date-column-and-location/m-p/4673304#M178974</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1267891" data-lia-user-login="KDiSanto" class="lia-mention lia-mention-user"&gt;KDiSanto&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;are you summarizing by count or distinct count?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 16:42:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-DAX-formula-for-using-date-column-and-location/m-p/4673304#M178974</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2025-04-29T16:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with DAX formula for using date column and location column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-DAX-formula-for-using-date-column-and-location/m-p/4673360#M178976</link>
      <description>&lt;P&gt;No I am not summarizing by count and I even went in to the exercise location column and transformed data to add a measurement and seems to not like it.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 17:52:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-DAX-formula-for-using-date-column-and-location/m-p/4673360#M178976</guid>
      <dc:creator>KDiSanto</dc:creator>
      <dc:date>2025-04-29T17:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with DAX formula for using date column and location column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-DAX-formula-for-using-date-column-and-location/m-p/4673372#M178977</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1267891" data-lia-user-login="KDiSanto" class="lia-mention lia-mention-user"&gt;KDiSanto&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the dax code of the measure?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 18:16:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-DAX-formula-for-using-date-column-and-location/m-p/4673372#M178977</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2025-04-29T18:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with DAX formula for using date column and location column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-DAX-formula-for-using-date-column-and-location/m-p/4673381#M178979</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;LastFullScaleIn3Years =&lt;/SPAN&gt; &lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN&gt;YEAR&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;TODAY&lt;/SPAN&gt;&lt;SPAN&gt; () ) - &lt;/SPAN&gt;&lt;SPAN&gt;YEAR&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;'OPS FCC Exercise Events List'&lt;/SPAN&gt;&lt;SPAN&gt;[End Date]&lt;/SPAN&gt;&lt;SPAN&gt; ) &amp;lt;= &lt;/SPAN&gt;&lt;SPAN&gt;3&lt;/SPAN&gt;&lt;SPAN&gt;&amp;amp;&amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;'OPS FCC Exercise Events List'&lt;/SPAN&gt;&lt;SPAN&gt;[ExerciseType]&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"Full Scale"&lt;/SPAN&gt;&lt;SPAN&gt; &amp;nbsp;, &lt;/SPAN&gt;&lt;SPAN&gt;"Yes"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"No"&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I tried creating a measure DAX code but didn't know where to begin on this one.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 29 Apr 2025 18:27:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-DAX-formula-for-using-date-column-and-location/m-p/4673381#M178979</guid>
      <dc:creator>KDiSanto</dc:creator>
      <dc:date>2025-04-29T18:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with DAX formula for using date column and location column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-DAX-formula-for-using-date-column-and-location/m-p/4673418#M178981</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1267891" data-lia-user-login="KDiSanto" class="lia-mention lia-mention-user"&gt;KDiSanto&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is fine. What you have just provided is the calculated column that is being used as a filter or legend in the pie chart visual. My question is what are you placing in the Values of the pie chart visual?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 19:04:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-DAX-formula-for-using-date-column-and-location/m-p/4673418#M178981</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2025-04-29T19:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with DAX formula for using date column and location column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-DAX-formula-for-using-date-column-and-location/m-p/4674748#M179032</link>
      <description>&lt;P&gt;The values are the full scale exercises completed by each site for the last 3 years; however, if the site has one exercise each year I want that to only return 1 as the value for that site because they are in compliance for completing a full scale within the 3 year period.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Apr 2025 12:57:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-DAX-formula-for-using-date-column-and-location/m-p/4674748#M179032</guid>
      <dc:creator>KDiSanto</dc:creator>
      <dc:date>2025-04-30T12:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with DAX formula for using date column and location column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-DAX-formula-for-using-date-column-and-location/m-p/4679264#M179223</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1267891" data-lia-user-login="KDiSanto" class="lia-mention lia-mention-user"&gt;KDiSanto&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to the Microsoft Fabric Community Forum. Also&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;for your quick response on this topic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding your query on creating a DAX formula to use date column and location column&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please consider the below DAX&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;LocationsWithFSEIn3Years =

CALCULATE(

    DISTINCTCOUNT('OPS FCC Exercise Events List'[Location Name]),

    FILTER(

        'OPS FCC Exercise Events List',

        'OPS FCC Exercise Events List'[ExerciseType] = "Full Scale" &amp;amp;&amp;amp;

        DATEDIFF('OPS FCC Exercise Events List'[End Date], TODAY(), YEAR) &amp;lt;= 3

    )

)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this response resolves your query, kindly mark it as &lt;STRONG&gt;Accepted Solution&lt;/STRONG&gt; to help other community members. A &lt;STRONG&gt;Kudos&lt;/STRONG&gt; is also appreciated if you found the response helpful.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank You!&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 04:52:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-DAX-formula-for-using-date-column-and-location/m-p/4679264#M179223</guid>
      <dc:creator>v-karpurapud</dc:creator>
      <dc:date>2025-05-05T04:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with DAX formula for using date column and location column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-DAX-formula-for-using-date-column-and-location/m-p/4684887#M179435</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1267891" data-lia-user-login="KDiSanto" class="lia-mention lia-mention-user"&gt;KDiSanto&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have not received a response from you regarding the query and were following up to check if you have found a resolution from the information provided below.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;If you find the response helpful, please mark it as the accepted solution and provide kudos, as this will help other members with similar queries.&lt;BR /&gt;&lt;BR /&gt;Thank You!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 12:30:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-DAX-formula-for-using-date-column-and-location/m-p/4684887#M179435</guid>
      <dc:creator>v-karpurapud</dc:creator>
      <dc:date>2025-05-08T12:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with DAX formula for using date column and location column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-DAX-formula-for-using-date-column-and-location/m-p/4688183#M179547</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1267891" data-lia-user-login="KDiSanto" class="lia-mention lia-mention-user"&gt;KDiSanto&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 04:42:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-DAX-formula-for-using-date-column-and-location/m-p/4688183#M179547</guid>
      <dc:creator>v-karpurapud</dc:creator>
      <dc:date>2025-05-12T04:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with DAX formula for using date column and location column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-DAX-formula-for-using-date-column-and-location/m-p/4695255#M179823</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1267891" data-lia-user-login="KDiSanto" class="lia-mention lia-mention-user"&gt;KDiSanto&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN data-teams="true"&gt;I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, please &lt;STRONG&gt;Accept it as a solution&lt;/STRONG&gt; and give it a '&lt;STRONG&gt;Kudos&lt;/STRONG&gt;' so others can find it easily.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 05:37:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-DAX-formula-for-using-date-column-and-location/m-p/4695255#M179823</guid>
      <dc:creator>v-karpurapud</dc:creator>
      <dc:date>2025-05-16T05:37:39Z</dc:date>
    </item>
  </channel>
</rss>

