<?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: Return dates when condition is met in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-dates-when-condition-is-met/m-p/1120369#M16489</link>
    <description>&lt;P&gt;Sorry for the late reply but I've been busy with this all time. I wanted to try all possibilities before I write another post.&lt;BR /&gt;As a first step, I calculated the indexes I want to get in Power BI, using Python in a visual programming software. Now I know what are the values to be expected in Power BI.&lt;/P&gt;&lt;P&gt;(description below screenshots)&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The task seems to work when there are no overlapping dates/users. And it also depends&amp;nbsp;which USERS are used in visual (axis), the one from &lt;STRONG&gt;Table1&lt;/STRONG&gt; or &lt;STRONG&gt;Table2.&lt;/STRONG&gt;&lt;BR /&gt;Like for code Code202. The indexes are correct when I use USERS from&amp;nbsp;&lt;STRONG&gt;Table1&lt;/STRONG&gt;. Index is: TotalPartsWeight&amp;nbsp;&lt;STRONG&gt;/&amp;nbsp;&lt;/STRONG&gt;SumOfHours, in other notation SUM(weight) &lt;STRONG&gt;/&lt;/STRONG&gt; SUM(bookedHours).&amp;nbsp; For other codes the indexes are wrong.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But when I switch to other codes, when multiple users work appear on the same dates, it gets messy.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, when I put USERS from &lt;STRONG&gt;Table2&amp;nbsp;&lt;/STRONG&gt;in axis box, I get correct values for 2/3 users. So it must be something wrong with the sum of weight.&lt;/P&gt;&lt;P&gt;On the screenshot below, first user gets Infiniti value because there are no hours for selected codes (division by 0). nvm.&lt;BR /&gt;Middle users have correct index, the last one for an unknown reason is incorrect. For him, the value should be&amp;nbsp;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&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;&lt;P&gt;&amp;nbsp;&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used&amp;nbsp;&lt;SPAN&gt;USERELATIONSHIP for inactive relationship for calculating the SUM of hours, because when I used just SUM measure from &lt;STRONG&gt;Table1&lt;/STRONG&gt; is was not compatible with Users from &lt;STRONG&gt;Table2.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Between &lt;STRONG&gt;Table1(CSdata)&amp;nbsp;&lt;/STRONG&gt;and &lt;STRONG&gt;Table2(Model_H)&lt;/STRONG&gt; I set the relationship on dates (Many to Many, Single). Inactive one is on users.&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;The python algorithm I used for calculating is simple and based on for loops:&lt;/P&gt;&lt;P&gt;For one &lt;STRONG&gt;user&lt;/STRONG&gt; it goes as follows&lt;BR /&gt;1. First it gets all dates from&amp;nbsp;&lt;STRONG&gt;Table1&lt;/STRONG&gt; under certain code for a user.&lt;/P&gt;&lt;P&gt;2. Then in&amp;nbsp;&lt;STRONG&gt;Table2&amp;nbsp;&lt;/STRONG&gt;it finds GUIDS of elements which were created on those dates by that user.&lt;BR /&gt;3. Based on GUIDS from &lt;STRONG&gt;Table2&amp;nbsp;&lt;/STRONG&gt;weight are fetched from &lt;STRONG&gt;Table3&lt;/STRONG&gt;.&lt;BR /&gt;It's a piece of cake for an algorithm.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assume the problem lies in the relationship or... filters. Do you have any ideas on how to fix/simplify the operation?&amp;nbsp;&lt;BR /&gt;I thought about copying columns from one table to another but the dimensions are completely different so it won't work.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;N&lt;/P&gt;</description>
    <pubDate>Tue, 26 May 2020 14:13:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-05-26T14:13:53Z</dc:date>
    <item>
      <title>Return dates when condition is met</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-dates-when-condition-is-met/m-p/1096406#M15990</link>
      <description>&lt;DIV class="clp-component-render"&gt;&lt;P class="clp-lead__title "&gt;Hello Community!&lt;/P&gt;&lt;P class="clp-lead__title "&gt;A few days I go I finished an Udemy course "Microsoft Power BI - Up &amp;amp; Running With Power BI Desktop&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="clp-lead__title "&gt;Now it's time to use that knowledge it in real life and life is brutal! I have a quite complicated task. I try to calculate kind of user efficiency rate like [quantity/hour]&amp;nbsp; &amp;nbsp;for example I baked 300 doughnuts in 20hours, it gives 15d/h&amp;nbsp; or 1.1kg/h.&lt;/P&gt;&lt;P class="clp-lead__title "&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="clp-lead__title "&gt;1.First I try to take dates from&amp;nbsp;&lt;STRONG&gt;Table1&lt;/STRONG&gt; with code 111.&amp;nbsp;&lt;/P&gt;&lt;P class="clp-lead__title "&gt;2.Then using those dates take GUIDs with action1.&lt;/P&gt;&lt;P class="clp-lead__title "&gt;3.Having GUIDs I can reach the properties like weight. In the end, the ratio SUM(weight)/SUM(hours) should be available for each user.&lt;/P&gt;&lt;P class="clp-lead__title "&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="clp-lead__title "&gt;&lt;STRONG&gt;Table1&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;Multiple users, codes and dates.&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;USER&lt;/TD&gt;&lt;TD&gt;CODE&lt;/TD&gt;&lt;TD&gt;HOURS&lt;/TD&gt;&lt;TD&gt;DATE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;User1&lt;/TD&gt;&lt;TD&gt;111&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;19.05&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;User2&lt;/TD&gt;&lt;TD&gt;001&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;19.05&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;User3&lt;/TD&gt;&lt;TD&gt;111&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;16.05&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P class="clp-lead__title "&gt;&amp;nbsp;....&lt;/P&gt;&lt;P class="clp-lead__title "&gt;&lt;STRONG&gt;Table2&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;Multiple users, actions. . .&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;USER&lt;/TD&gt;&lt;TD&gt;ACTION&lt;/TD&gt;&lt;TD&gt;Object_ID&lt;/TD&gt;&lt;TD&gt;DATE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;User1&lt;/TD&gt;&lt;TD&gt;create&lt;/TD&gt;&lt;TD&gt;guid1&lt;/TD&gt;&lt;TD&gt;19.05&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;User2&lt;/TD&gt;&lt;TD&gt;create&lt;/TD&gt;&lt;TD&gt;guid1&lt;/TD&gt;&lt;TD&gt;19.05&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;User3&lt;/TD&gt;&lt;TD&gt;update&lt;/TD&gt;&lt;TD&gt;guid2&lt;/TD&gt;&lt;TD&gt;16.05&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P class="clp-lead__title "&gt;....&lt;/P&gt;&lt;P class="clp-lead__title "&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="clp-lead__title "&gt;&lt;STRONG&gt;Table3&amp;nbsp;&lt;/STRONG&gt;unique GUIDs&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Object_ID&lt;/TD&gt;&lt;TD&gt;weight&lt;/TD&gt;&lt;TD&gt;property1&lt;/TD&gt;&lt;TD&gt;prop2....&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;guid1&lt;/TD&gt;&lt;TD&gt;w1&lt;/TD&gt;&lt;TD&gt;. . .&lt;/TD&gt;&lt;TD&gt;. . .&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;guid2&lt;/TD&gt;&lt;TD&gt;w2&lt;/TD&gt;&lt;TD&gt;. . .&lt;/TD&gt;&lt;TD&gt;. . .&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;guid3&lt;/TD&gt;&lt;TD&gt;w3&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;. . .&lt;/TD&gt;&lt;TD&gt;. . .&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P class="clp-lead__title "&gt;....&lt;/P&gt;&lt;P class="clp-lead__title "&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="clp-lead__title "&gt;My post is dedicated to the first step.&amp;nbsp;&lt;/P&gt;&lt;H2&gt;How to get &lt;STRONG&gt;dates&lt;/STRONG&gt; from &lt;STRONG&gt;Table1&lt;/STRONG&gt; and use them as a &lt;STRONG&gt;filter&lt;/STRONG&gt; to &lt;STRONG&gt;Table2?&lt;/STRONG&gt;&lt;/H2&gt;&lt;P&gt;In which direction should I go, base only on measures, or new calculated tables? Or it's a too complicated task for PowerBI and I should shape the data with Python first?&lt;BR /&gt;&lt;BR /&gt;Kind Regards&lt;/P&gt;&lt;P class="clp-lead__title "&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="clp-lead__title "&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="jfk-bubble gtx-bubble"&gt;&lt;DIV class="jfk-bubble-content-id"&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="jfk-bubble-closebtn-id jfk-bubble-closebtn"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="jfk-bubble-arrow-id jfk-bubble-arrow jfk-bubble-arrowdown"&gt;&lt;DIV class="jfk-bubble-arrowimplbefore"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="jfk-bubble-arrowimplafter"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 May 2020 13:46:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-dates-when-condition-is-met/m-p/1096406#M15990</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-19T13:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Return dates when condition is met</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-dates-when-condition-is-met/m-p/1097048#M16043</link>
      <description>&lt;P&gt;No python code needed here.&amp;nbsp; Power BI can handle it.&amp;nbsp; If there is a relationship between the two tables on the Date column, that might provide your filter.&amp;nbsp; If there is no (or different) relationship, you can pass the dates from Table1 to Table2 with TREATAS()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;NewMeasure = Calculate([yourmeasure], TREATAS(Values(Table1[Date]), Table2[Date]))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this works for you, please mark it as solution.&amp;nbsp; Kudos are appreciated too.&amp;nbsp; Please let me know if not.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pat&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 00:54:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-dates-when-condition-is-met/m-p/1097048#M16043</guid>
      <dc:creator>mahoneypat</dc:creator>
      <dc:date>2020-05-20T00:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Return dates when condition is met</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-dates-when-condition-is-met/m-p/1120369#M16489</link>
      <description>&lt;P&gt;Sorry for the late reply but I've been busy with this all time. I wanted to try all possibilities before I write another post.&lt;BR /&gt;As a first step, I calculated the indexes I want to get in Power BI, using Python in a visual programming software. Now I know what are the values to be expected in Power BI.&lt;/P&gt;&lt;P&gt;(description below screenshots)&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The task seems to work when there are no overlapping dates/users. And it also depends&amp;nbsp;which USERS are used in visual (axis), the one from &lt;STRONG&gt;Table1&lt;/STRONG&gt; or &lt;STRONG&gt;Table2.&lt;/STRONG&gt;&lt;BR /&gt;Like for code Code202. The indexes are correct when I use USERS from&amp;nbsp;&lt;STRONG&gt;Table1&lt;/STRONG&gt;. Index is: TotalPartsWeight&amp;nbsp;&lt;STRONG&gt;/&amp;nbsp;&lt;/STRONG&gt;SumOfHours, in other notation SUM(weight) &lt;STRONG&gt;/&lt;/STRONG&gt; SUM(bookedHours).&amp;nbsp; For other codes the indexes are wrong.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But when I switch to other codes, when multiple users work appear on the same dates, it gets messy.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, when I put USERS from &lt;STRONG&gt;Table2&amp;nbsp;&lt;/STRONG&gt;in axis box, I get correct values for 2/3 users. So it must be something wrong with the sum of weight.&lt;/P&gt;&lt;P&gt;On the screenshot below, first user gets Infiniti value because there are no hours for selected codes (division by 0). nvm.&lt;BR /&gt;Middle users have correct index, the last one for an unknown reason is incorrect. For him, the value should be&amp;nbsp;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&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;&lt;P&gt;&amp;nbsp;&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used&amp;nbsp;&lt;SPAN&gt;USERELATIONSHIP for inactive relationship for calculating the SUM of hours, because when I used just SUM measure from &lt;STRONG&gt;Table1&lt;/STRONG&gt; is was not compatible with Users from &lt;STRONG&gt;Table2.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Between &lt;STRONG&gt;Table1(CSdata)&amp;nbsp;&lt;/STRONG&gt;and &lt;STRONG&gt;Table2(Model_H)&lt;/STRONG&gt; I set the relationship on dates (Many to Many, Single). Inactive one is on users.&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;The python algorithm I used for calculating is simple and based on for loops:&lt;/P&gt;&lt;P&gt;For one &lt;STRONG&gt;user&lt;/STRONG&gt; it goes as follows&lt;BR /&gt;1. First it gets all dates from&amp;nbsp;&lt;STRONG&gt;Table1&lt;/STRONG&gt; under certain code for a user.&lt;/P&gt;&lt;P&gt;2. Then in&amp;nbsp;&lt;STRONG&gt;Table2&amp;nbsp;&lt;/STRONG&gt;it finds GUIDS of elements which were created on those dates by that user.&lt;BR /&gt;3. Based on GUIDS from &lt;STRONG&gt;Table2&amp;nbsp;&lt;/STRONG&gt;weight are fetched from &lt;STRONG&gt;Table3&lt;/STRONG&gt;.&lt;BR /&gt;It's a piece of cake for an algorithm.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assume the problem lies in the relationship or... filters. Do you have any ideas on how to fix/simplify the operation?&amp;nbsp;&lt;BR /&gt;I thought about copying columns from one table to another but the dimensions are completely different so it won't work.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;N&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 14:13:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-dates-when-condition-is-met/m-p/1120369#M16489</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-26T14:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Return dates when condition is met</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-dates-when-condition-is-met/m-p/1121114#M16532</link>
      <description>Sorry to say that but the way you approach it is completely wrong.&lt;BR /&gt;&lt;BR /&gt;Please, before you start DAXing... learn how to build correct models:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=_quTwyvDfG0" target="_blank"&gt;https://www.youtube.com/watch?v=_quTwyvDfG0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=78d6mwR8GtA" target="_blank"&gt;https://www.youtube.com/watch?v=78d6mwR8GtA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You should also learn about what DIMENSIONAL DESIGN (star schema) is if you want to build efficient, simple and maintainable models/DAX.&lt;BR /&gt;&lt;BR /&gt;By the way, putting bidirectional filters on all relationships in a model is a sign that you don't understand what it's for and how not to abuse it. Please therefore study dimensional design. What I've written is not to discourage you. We all started with misunderstood concepts abusing DAX and the principles. But now at least you know the way: DIMENSIONAL DESIGN. Study it.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Tue, 26 May 2020 22:51:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-dates-when-condition-is-met/m-p/1121114#M16532</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-26T22:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Return dates when condition is met</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-dates-when-condition-is-met/m-p/1121594#M16545</link>
      <description>&lt;P&gt;Thank you &lt;STRONG&gt;darlove&lt;/STRONG&gt; for hints and links. &lt;FONT&gt;I will definetelay watch both of the movies.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;The bideractional relationship between the left and the middle table is necessary, without that I get completely wrong weights.&lt;BR /&gt;If I set it to one direction, the direction is from left to right.&amp;nbsp; So it is FROM data table TO lookup table. Or... quasi lookup.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;BR /&gt;In data table are uniqe rows, the properties set for each object. Middle table stores the history of those objects, so it has multiple rown with the same objects, (1st row insertet, 2nd row modiefied, 3rd row modiefid, etc...)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;Anyway, I will post in this thread any progress I will manage to make. With propre Tages It might help others in the future.&lt;BR /&gt;&lt;BR /&gt;Regards, Nicram&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 07:24:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-dates-when-condition-is-met/m-p/1121594#M16545</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-27T07:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Return dates when condition is met</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-dates-when-condition-is-met/m-p/1121814#M16555</link>
      <description>You should really learn about the proper dimensional design and the DANGERS of using bidirectional filters.&lt;BR /&gt;&lt;BR /&gt;This is only one of many articles that can make you aware of potential traps:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.sqlbi.com/articles/bidirectional-relationships-and-ambiguity-in-dax/" target="_blank"&gt;https://www.sqlbi.com/articles/bidirectional-relationships-and-ambiguity-in-dax/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Wed, 27 May 2020 08:48:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-dates-when-condition-is-met/m-p/1121814#M16555</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-27T08:48:59Z</dc:date>
    </item>
  </channel>
</rss>

