<?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>Aussie_Dragon Tracker</title>
    <link>https://community.fabric.microsoft.com/t5/s/yrjkf47658/tracker</link>
    <description>Aussie_Dragon Tracker</description>
    <pubDate>Sun, 20 Sep 2026 21:42:20 GMT</pubDate>
    <dc:date>2026-09-20T21:42:20Z</dc:date>
    <item>
      <title>Re: Removing Context Filters from Calendar and Re-applying New Ones</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Removing-Context-Filters-from-Calendar-and-Re-applying-New-Ones/m-p/3024339#M1030291</link>
      <description>&lt;P&gt;Thanks for the reply, just a qucik question, when you say indepenedent date table, can you be more specific?&amp;nbsp; Sorry, I'm not at your level &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, would it cater for child records that are created in Dec?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 23:36:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Removing-Context-Filters-from-Calendar-and-Re-applying-New-Ones/m-p/3024339#M1030291</guid>
      <dc:creator>Aussie_Dragon</dc:creator>
      <dc:date>2023-01-16T23:36:50Z</dc:date>
    </item>
    <item>
      <title>Removing Context Filters from Calendar and Re-applying New Ones</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Removing-Context-Filters-from-Calendar-and-Re-applying-New-Ones/m-p/3022192#M1029726</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I have a single entity, denormalised into that a single table containing Enquiries and Issues.&lt;BR /&gt;The denormalised entities would be a 1 to M (Enquiries as the one; Issues as the many)&lt;/P&gt;&lt;P&gt;The Goal&lt;BR /&gt;When you select a month that an active enquiry was received (date received), display all the related issues and display them on a timeline when they were created.&lt;/P&gt;&lt;P&gt;The Issue&lt;BR /&gt;When you select the particular enquiry date received month, it applies a filter to the model only for that month. However, some issues may have their i.createdon date in the following month, so PowerBi only shows the issues in the same enquiry month.&lt;/P&gt;&lt;P&gt;Progress so far&lt;BR /&gt;I have tried to remove the filter off the calendar table when writing the calculation and get the correct count, however, the timeline still only displays the initial filtered enquiry month.&lt;/P&gt;&lt;P&gt;i.e I click the timeline for September but there is one issue created in Oct (Oct doesnt appear on the timeline).&lt;/P&gt;&lt;P&gt;If I use the i.createdon date from the fact table, it works, but I know that is not best practice. Would appreciate any help to understand if what I am doing is the best way to do this and if it is possible.&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Powerbi file:&amp;nbsp;&lt;A href="https://drive.google.com/file/d/1quJkNATE0M0huB2Xz65cajFya7nQtCCG/view?usp=sharing" target="_self"&gt;Powerbi File&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 05:22:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Removing-Context-Filters-from-Calendar-and-Re-applying-New-Ones/m-p/3022192#M1029726</guid>
      <dc:creator>Aussie_Dragon</dc:creator>
      <dc:date>2023-01-16T05:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Represent Different One to Many [Received Dates] on Same Timeline</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Represent-Different-One-to-Many-Received-Dates-on-Same-Timeline/m-p/2947251#M1009789</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any particular book that you can recommend regarding data model design in general?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 05:11:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Represent-Different-One-to-Many-Received-Dates-on-Same-Timeline/m-p/2947251#M1009789</guid>
      <dc:creator>Aussie_Dragon</dc:creator>
      <dc:date>2022-12-05T05:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Represent Different One to Many [Received Dates] on Same Timeline</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Represent-Different-One-to-Many-Received-Dates-on-Same-Timeline/m-p/2946840#M1009666</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I kept researching and&amp;nbsp; managed to get it working, both in the 1 to many or denormalised form. (those files &lt;A href="https://drive.google.com/drive/folders/1VeQRHacf_hZNhkQBQjvZHYf8_SPytg1Z?usp=sharing" target="_self"&gt;uploaded&lt;/A&gt; and replaced the previous powerbi files).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Really appreciate your redirect questions, they are making me think and explore.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The goal would be to see what happens each month. I am using the one to many relationship to allow the user to click an enquiry record and then filter the issue records to provide a related snapshot. So in terms of being useless, if I understand, I would agree, given that the measures would apply USERRELATIONSHIP - is my understanding correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, if the focus is to represent what happens each month, would it better to denormalise into one table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TREATAS - wow! just had a quick look at that &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Dec 2022 22:34:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Represent-Different-One-to-Many-Received-Dates-on-Same-Timeline/m-p/2946840#M1009666</guid>
      <dc:creator>Aussie_Dragon</dc:creator>
      <dc:date>2022-12-04T22:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Represent Different One to Many [Received Dates] on Same Timeline</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Represent-Different-One-to-Many-Received-Dates-on-Same-Timeline/m-p/2946412#M1009555</link>
      <description>&lt;P&gt;Hi&amp;nbsp;lbendlin,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for the clear instructions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The raw excel data file and powerbi file can be accessed &lt;A href="https://drive.google.com/drive/folders/1VeQRHacf_hZNhkQBQjvZHYf8_SPytg1Z?usp=sharing" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After doing further research,&amp;nbsp;&lt;A href="https://www.sqlbi.com/" target="_blank" rel="noopener"&gt;Home - SQLBI&lt;/A&gt;&amp;nbsp;seem to recommend denormalising the data and using USERELATIONSHIP, which I think I have got working, although this will mean whenever counting the enquiries, you need to use distinct . With that in mind, are there any long term implications of models this way, i.e performance or scaleability and more importantly, is my thinking and solution correct for the denormalised model?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This attempt is also in the powerbi file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Much appreicated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Dec 2022 08:53:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Represent-Different-One-to-Many-Received-Dates-on-Same-Timeline/m-p/2946412#M1009555</guid>
      <dc:creator>Aussie_Dragon</dc:creator>
      <dc:date>2022-12-04T08:53:31Z</dc:date>
    </item>
    <item>
      <title>Represent Different One to Many [Received Dates] on Same Timeline</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Represent-Different-One-to-Many-Received-Dates-on-Same-Timeline/m-p/2945709#M1009349</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello Everyone,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Apologies for the simple question, I am new to Dax.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Most of the learnings seem to cover Order examples, however, my question relates to scenarios where you have an enquiry which could have multiple issues associated with it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Order examples generally have the same [date received] on the order line items, but on my learning example, the Issue [date received] may be different from the original Enquiry [Date Received].&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Similarly, the Issue [Resolved Date] may be different within the Issue table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Problem:&lt;BR /&gt;My Date Calendar links to the Enquiry table on [Date Received], and the Enquiry links to Issue on Enquiry No.&lt;/P&gt;&lt;P&gt;However, the Issue visual uses the Enquiry [ Date Received ] rather than the Issue[ Date Received] (if the issue is still open) or Issue [Date Resolved] (if the issue has been resolved)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I looked at UseRealtionship, however, could not get it to work (I think because of the existing one to many relationship)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think this is a really good example for learning and understanding DAX since it deals with time intelligence and a different scenario other than order details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;div data-video-id="https://youtu.be/g5Ku3j5FX_k" data-video-remote-vid="https://youtu.be/g5Ku3j5FX_k" class="lia-video-container lia-media-is-center lia-media-size-large"&gt;&lt;iframe src="https://cdn.embedly.com/widgets/media.html?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dg5Ku3j5FX_k&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube&amp;amp;display_name=YouTube&amp;amp;src=https%3A%2F%2Fwww.youtube.com%2Fembed%2Fg5Ku3j5FX_k" allowfullscreen="" style="max-width: 100%"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Better quality video &lt;A href="https://vimeo.com/manage/videos/777546182" target="_self"&gt;here&lt;/A&gt; if the youtube one is not that great&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Dec 2022 03:44:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Represent-Different-One-to-Many-Received-Dates-on-Same-Timeline/m-p/2945709#M1009349</guid>
      <dc:creator>Aussie_Dragon</dc:creator>
      <dc:date>2022-12-03T03:44:01Z</dc:date>
    </item>
  </channel>
</rss>

