<?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: Complex Dax Measure - Help Needed in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Complex-Dax-Measure-Help-Needed/m-p/1340851#M23941</link>
    <description>SELECTCOLUMNS works in Power BI. Where are you implementing this measure?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://dax.guide/selectcolumns/" target="_blank"&gt;https://dax.guide/selectcolumns/&lt;/A&gt;</description>
    <pubDate>Wed, 02 Sep 2020 10:03:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-09-02T10:03:55Z</dc:date>
    <item>
      <title>Complex Dax Measure - Help Needed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Complex-Dax-Measure-Help-Needed/m-p/1333185#M23661</link>
      <description>&lt;P&gt;Hello Folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a complex requirement in Power BI reporting which is sourced from Azure Analysis Services Tabluar Model via Live Connection. I cannot change the Tabular model, so the measure or Dax needs to be implemented in Power BI report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have Sales Fact table and Customer, Product, Location&amp;nbsp;Dimension table, the task is to pull Sales amount of only those customers who have ordered the specific Products from the same store/location within 90 days of&amp;nbsp;Purchase date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example Customer A has Purchased Product 123 from location TX on 1/1/2020 with Amt $100&lt;/P&gt;&lt;P&gt;Customer B has Purchased Product 456 from Location CA on 2/1/2020 &amp;nbsp;with Amt $10&lt;/P&gt;&lt;P&gt;Customer A has purchased Product 456 from Location TX on 2/28/2020&amp;nbsp;with Amt $100&lt;/P&gt;&lt;P&gt;Customer B has Purchased Product 456 from&amp;nbsp; Location CA on 8/1/2020&amp;nbsp;with Amt $10&lt;/P&gt;&lt;P&gt;Customer C has purchased Product 789 from Location NY on 5/1/2020&amp;nbsp;with Amt $1000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so my report should pull only Customer A as he has purchased different product at same location and store and within 90 days of initial/previous purchase date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help, any help is really appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 20:34:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Complex-Dax-Measure-Help-Needed/m-p/1333185#M23661</guid>
      <dc:creator>sqlguru448</dc:creator>
      <dc:date>2020-09-03T20:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Dax Measure - Help Needed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Complex-Dax-Measure-Help-Needed/m-p/1333214#M23665</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="62016" data-lia-user-login="sqlguru448" class="lia-mention lia-mention-user"&gt;sqlguru448&lt;/a&gt;&amp;nbsp; I believe this article can help you, give it a try:&amp;nbsp;&lt;A href="https://www.daxpatterns.com/new-and-returning-customers/" target="_blank"&gt;https://www.daxpatterns.com/new-and-returning-customers/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Aug 2020 06:53:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Complex-Dax-Measure-Help-Needed/m-p/1333214#M23665</guid>
      <dc:creator>AntrikshSharma</dc:creator>
      <dc:date>2020-08-29T06:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Dax Measure - Help Needed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Complex-Dax-Measure-Help-Needed/m-p/1333640#M23681</link>
      <description>&lt;P&gt;Hi there.&lt;BR /&gt;&lt;BR /&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="62016" data-lia-user-login="sqlguru448" class="lia-mention lia-mention-user"&gt;sqlguru448&lt;/a&gt;, the task at hand is underspecified. Please make it more clear.&lt;BR /&gt;&lt;BR /&gt;You say "the task is to pull Sales amount of only those customers who have ordered the same Product from the same store/location within 90 days of Purchase date."&lt;BR /&gt;&lt;BR /&gt;It seems that such a calculation should only be performed when 1) only one product is visible and 2) one store/location has been selected. Please confirm this is true and if not, please give rules for the calculation in case the above conditions are violated.&lt;BR /&gt;&lt;BR /&gt;What happens when a customer bought product P on day D at store S, then the same product on day D + 20 at the same store and then the same product on day D + 200 at the same store? Is your condition an "OR" or "AND" condition? Should all the purchases be made within 90 days of some other or should there be at least one pair of purchases with this property?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Aug 2020 17:08:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Complex-Dax-Measure-Help-Needed/m-p/1333640#M23681</guid>
      <dc:creator>daxer-almighty</dc:creator>
      <dc:date>2020-08-29T17:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Dax Measure - Help Needed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Complex-Dax-Measure-Help-Needed/m-p/1333648#M23683</link>
      <description>&lt;P&gt;Hi, there, pls refer to the following calculated table formula for details,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Debug = 
VAR _summary =
    SUMMARIZECOLUMNS (
        dCust[Customer],
        dLoc[Location],
        dProd[Product],
        fSales,
        "Times", COUNTROWS(dDate),
        "MinDate", MIN ( dDate[Date] ),
        "MaxDate", MAX ( dDate[Date] ),
        "Interval", INT ( MAX ( dDate[Date] ) - MIN ( dDate[Date] ) )
    )
VAR _tb =
    FILTER ( _summary, [Interval] &amp;gt; 0 &amp;amp;&amp;amp; [Interval] &amp;lt;= 7 )
RETURN
    _summary&lt;/LI-CODE&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;or change the last line to turn it into a measure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;RETURN
    --_summary
    CONCATENATEX(_tb, [Customer], UNICHAR(10))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it's based on a most idealized data model&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>Sat, 29 Aug 2020 17:56:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Complex-Dax-Measure-Help-Needed/m-p/1333648#M23683</guid>
      <dc:creator>CNENFRNL</dc:creator>
      <dc:date>2020-08-29T17:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Dax Measure - Help Needed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Complex-Dax-Measure-Help-Needed/m-p/1334429#M23722</link>
      <description>&lt;P&gt;Thanks&amp;nbsp; @AntrikshSharma, I will look into the article.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="255913" data-lia-user-login="daxer-almighty" class="lia-mention lia-mention-user"&gt;daxer-almighty&lt;/a&gt;&amp;nbsp;, it is a OR, if a customer purchases same product within 90 days during the "time frame" i.e. start and end date of purchase date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="250150" data-lia-user-login="CNENFRNL" class="lia-mention lia-mention-user"&gt;CNENFRNL&lt;/a&gt;&amp;nbsp;,&amp;nbsp; how would this DAX look at same customer, location and product? it is just looking at the interval. Pleasee explain.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Aug 2020 22:28:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Complex-Dax-Measure-Help-Needed/m-p/1334429#M23722</guid>
      <dc:creator>sqlguru448</dc:creator>
      <dc:date>2020-08-30T22:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Dax Measure - Help Needed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Complex-Dax-Measure-Help-Needed/m-p/1334471#M23726</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="62016" data-lia-user-login="sqlguru448" class="lia-mention lia-mention-user"&gt;sqlguru448&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks to the powerful&amp;nbsp;&lt;SPAN&gt;SUMMARIZECOLUMNS func, sales data&lt;SPAN&gt;&amp;nbsp;can be summarized per&amp;nbsp;dimensions like&amp;nbsp;customer, location and product in one shot; similar to&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Select customer, location, product, MIN(date), MAX(date)
From sales
Group By customer, location, product&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;As I mentioned, the calculated table is created for more clarity.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 00:12:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Complex-Dax-Measure-Help-Needed/m-p/1334471#M23726</guid>
      <dc:creator>CNENFRNL</dc:creator>
      <dc:date>2020-08-31T00:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Dax Measure - Help Needed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Complex-Dax-Measure-Help-Needed/m-p/1335776#M23752</link>
      <description>&lt;LI-CODE lang="csharp"&gt;// This will return all the customers
// visible in the current context who
// in the selected period of time in the same
// location bought at least(!) one and the same
// product at least 2 times and the purchases were
// made within at most 90 days within each
// other. This measure is fully responding
// to all filters, so please interpret it
// carefully WITHIN THE CURRENT CONTEXT.
// Transactions is the main fact table connected
// to dimensions: Customer, Location,
// Product, Date (joins to Transactions
// on [Purchase Date]) via the standard
// *:1 one-way relationship.

[# Cust] =
var __sections =
    // partition the transactions
    // by customer, product and
    // location
    SUMMARIZE(
        Transactions,
        Customer[CustID],
        Product[ProdID],
        Location[LocID]
    )
// for each section, check if
// there are at least 2 transactions
// within at most 90 days of each
// other and if there are, include
// the section in the final set
var __qualifiedSections =
    FILTER(
        __sections,
        CALCULATE(
            // get all dates that are present
            // in the transactions for the
            // current section
            var __sectionPurchaseDates =
                SUMMARIZE(
                    Transactions,
                    Dates[Date]
                )
            var __datesIfNextDateWithin90Days =
                FILTER(
                    __sectionPurchaseDates,
                    // calc the days to next purchase
                    var __currentDate = Dates[Date]
                    var __nextDate =
                        MAXX(
                            FILTER(
                                __sectionPurchaseDates,
                                Dates[Date] &amp;lt; __currentDate
                            ),
                            Dates[Date]
                        )
                    var __daysBetweenDates =
                        __nextDate - __currentDate
                    return
                        __daysBetweenDates &amp;lt;= 90
                        &amp;amp;&amp;amp;
                        // this condition must be here
                        // since the next date is BLANK
                        // for the last date in question
                        __daysBetweenDates &amp;gt; 0
                )
            return
                NOT ISEMPTY(
                    __datesIfNextDateWithin90Days
                )
                
        )
    )
var __customersSurvivedCount =
    DISTINCTCOUNT(
        SELECTCOLUMNS(
            __qualifiedSections,
            "@CustID", Customer[CustID]
        )
    )
return
    __customersSurvivedCount&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 31 Aug 2020 10:02:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Complex-Dax-Measure-Help-Needed/m-p/1335776#M23752</guid>
      <dc:creator>daxer-almighty</dc:creator>
      <dc:date>2020-08-31T10:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Dax Measure - Help Needed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Complex-Dax-Measure-Help-Needed/m-p/1335792#M23753</link>
      <description>From the above code it's rather easy to create a measure that will give you the sales amount for the customers you're interested in...</description>
      <pubDate>Mon, 31 Aug 2020 10:07:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Complex-Dax-Measure-Help-Needed/m-p/1335792#M23753</guid>
      <dc:creator>daxer-almighty</dc:creator>
      <dc:date>2020-08-31T10:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Dax Measure - Help Needed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Complex-Dax-Measure-Help-Needed/m-p/1339594#M23894</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="255913" data-lia-user-login="daxer-almighty" class="lia-mention lia-mention-user"&gt;daxer-almighty&lt;/a&gt;&amp;nbsp; Thank you so much for helping me out,&amp;nbsp; I am unable to implement last section i.e. from "SelectColumns" my dax intellisense is not recognising it.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 22:16:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Complex-Dax-Measure-Help-Needed/m-p/1339594#M23894</guid>
      <dc:creator>sqlguru448</dc:creator>
      <dc:date>2020-09-01T22:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Dax Measure - Help Needed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Complex-Dax-Measure-Help-Needed/m-p/1340851#M23941</link>
      <description>SELECTCOLUMNS works in Power BI. Where are you implementing this measure?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://dax.guide/selectcolumns/" target="_blank"&gt;https://dax.guide/selectcolumns/&lt;/A&gt;</description>
      <pubDate>Wed, 02 Sep 2020 10:03:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Complex-Dax-Measure-Help-Needed/m-p/1340851#M23941</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-02T10:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Dax Measure - Help Needed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Complex-Dax-Measure-Help-Needed/m-p/1342443#M24038</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp; I am implementing the measure in Power BI desktop.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;basically I am trying to mimic below SQL code from the view&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-- get specifc product which starts with 'Toys%'&lt;/P&gt;&lt;P&gt;Select * into ##Toys From vwSales_Fact&lt;/P&gt;&lt;P&gt;where Product like 'Toys%'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-- get specifc Product which starts with 'stat%'&lt;/P&gt;&lt;P&gt;Select * into ##stat From vwSales_Fact&lt;/P&gt;&lt;P&gt;where Product like 'stat%'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Select&amp;nbsp; &amp;nbsp;R1.*,&amp;nbsp; From ##Toys r1&lt;/P&gt;&lt;P&gt;inner join ##stat E1 on r1.customer_ID= E1.customer_ID and r1.Location_ID= E1.Location_ID&lt;/P&gt;&lt;P&gt;and r1.state= E1.state&lt;/P&gt;&lt;P&gt;&amp;nbsp;And datediff(dd,r1.purchase_date,E1.purchase_date) &amp;lt;=90&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>Wed, 02 Sep 2020 21:49:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Complex-Dax-Measure-Help-Needed/m-p/1342443#M24038</guid>
      <dc:creator>sqlguru448</dc:creator>
      <dc:date>2020-09-02T21:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Dax Measure - Help Needed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Complex-Dax-Measure-Help-Needed/m-p/1343520#M24071</link>
      <description>&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="62016" data-lia-user-login="sqlguru448" class="lia-mention lia-mention-user"&gt;sqlguru448&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Yeah, I understand but the description you gave at the beginning of the thread does not really correspond to the SQL. At the beginning you're talking about matching on specific products, not about a hazy match on some products.&lt;BR /&gt;&lt;BR /&gt;Please think carefully about the phrasing of the problem and then post it here. The more info you'll include (maybe some pictures as well), the better chance that you'll get a good answer.&lt;BR /&gt;&lt;BR /&gt;I do understand the SQL, of course, but I want to know how entities are mapped to your PBI model.</description>
      <pubDate>Thu, 03 Sep 2020 08:41:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Complex-Dax-Measure-Help-Needed/m-p/1343520#M24071</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-03T08:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Dax Measure - Help Needed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Complex-Dax-Measure-Help-Needed/m-p/1343554#M24073</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you can't use SELECTCOLUMNS, replace the corresponding bit of code with this:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;var __customersSurvivedCount =
    calculate(
        countrows( Customer[CustID] ),
        __qualifiedSections,
        ALL( Transactions )
    )&lt;/LI-CODE&gt;&lt;P&gt;My code returns the number of customers but you can easily change so that it returns the sum of transactions for the customers in question.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 08:48:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Complex-Dax-Measure-Help-Needed/m-p/1343554#M24073</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-03T08:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Dax Measure - Help Needed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Complex-Dax-Measure-Help-Needed/m-p/1345587#M24145</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp; apologies for incorrect statements, instead of same products it should be specific products. I have corrected my initial post.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 20:35:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Complex-Dax-Measure-Help-Needed/m-p/1345587#M24145</guid>
      <dc:creator>sqlguru448</dc:creator>
      <dc:date>2020-09-03T20:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Dax Measure - Help Needed</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Complex-Dax-Measure-Help-Needed/m-p/1347113#M24168</link>
      <description>&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="62016" data-lia-user-login="sqlguru448" class="lia-mention lia-mention-user"&gt;sqlguru448&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Still, your formulation of the problem does not let anyone solve this. When you say that some products are to be considered with some other products, you have to state how one product is connected to another. If you have groups of products that should trigger the logic, then you have to tell us exactly what the association is.&lt;BR /&gt;&lt;BR /&gt;Please re-think how you'd like to phrase the problem because right now it's not possible to give you any answer.</description>
      <pubDate>Fri, 04 Sep 2020 10:44:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Complex-Dax-Measure-Help-Needed/m-p/1347113#M24168</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-04T10:44:08Z</dc:date>
    </item>
  </channel>
</rss>

