<?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: DAX formula to take 1 chart with today's date filtered and drill into another chart with -7 days in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-formula-to-take-1-chart-with-today-s-date-filtered-and-drill/m-p/4278636#M169775</link>
    <description>&lt;P&gt;this makes sense in theory but I'm struggling to get it to look right.&amp;nbsp; To be clear, I want Chart B not to sum the usage over 7 days but to show the usage across 7 days with the X axis being the last 7 days.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my original DAX for getting percent free is&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DIVIDE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;('StorageSpaceUtilization'[Free(GB)]),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;('StorageSpaceUtilization'[Size(GB)])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I then used this measure in your above recommendation&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;([FreeSpace], &lt;/SPAN&gt;&lt;SPAN&gt;REMOVEFILTERS&lt;/SPAN&gt;&lt;SPAN&gt;(StorageSpaceUtilization[FileDate]), &lt;/SPAN&gt;&lt;SPAN&gt;DATESINPERIOD&lt;/SPAN&gt;&lt;SPAN&gt;(StorageSpaceUtilization[FileDate]&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;[Date], &lt;/SPAN&gt;&lt;SPAN&gt;TODAY&lt;/SPAN&gt;&lt;SPAN&gt;(),-&lt;/SPAN&gt;&lt;SPAN&gt;6&lt;/SPAN&gt;&lt;SPAN&gt;,DAY))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;However the values look incorrect.&amp;nbsp; .&amp;nbsp; For Chart B, I should have 7 values for any given server I click on.&amp;nbsp; That's&amp;nbsp; the past 7 days. I can't get Chart A to disassociate and still show chart B correctly.&amp;nbsp; I want to have a line graph on Chart B of the below data&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;Also, how do i get Chart B to only display the drive that is affected.&amp;nbsp; This is tricky because it could be one to many.&amp;nbsp; For example, if in Chart A Server 4845 has 2 drives that have &amp;lt;20%, when I click on that I only want those two to show up on the below chart.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 11 Nov 2024 18:51:38 GMT</pubDate>
    <dc:creator>cuseman03</dc:creator>
    <dc:date>2024-11-11T18:51:38Z</dc:date>
    <item>
      <title>DAX formula to take 1 chart with today's date filtered and drill into another chart with -7 days</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-formula-to-take-1-chart-with-today-s-date-filtered-and-drill/m-p/4276174#M169660</link>
      <description>&lt;P&gt;Hi all...so I have a chart, let's call it chart A.&amp;nbsp; that chart is filtered on today's date because it's used as a monitoring chart for infrastructure incidents.&amp;nbsp; I have chart B which is supposed to show past 7 days.&amp;nbsp; Ideally, when something shows up in chart A that's bad, as it means it's a problem ONLY today.&amp;nbsp; I have a filter set to incident shows up in table if remaining disk space is &amp;lt;20%.&amp;nbsp; So let's say Server A shows up in Chart A.&amp;nbsp; Below this, in Chart B, I want to see that server's prior 7 day disk usage.&amp;nbsp; It does not work when I have Chart B set to relative date.&amp;nbsp; In every case, when I click on a server name in Chart A, all it shows me in Chart B is today's data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to be able to see results (filtered on today's date) from Chart A and then drill in for values in Chart A to today's date -7 days for Chart B.&amp;nbsp; Literally everything I have tried ends up in Chart B as only showing data for today's date.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the other issue is I have a parent child hirearchy in 'Server', which has many child 'Disk Drives'.&amp;nbsp; Violations that show up in Chart A are based on the storage space for 'Disk Drives', on today's date (Chart A).&amp;nbsp; I want to be able to click on the Hostname field, and have ALL drives for that server show me today -7 in Chart B (the drilled in chart).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&amp;nbsp;Chart A (based on Nov 8th)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;Chart B ( Based on Nov 1-7th.&amp;nbsp; these are separate values, used for illustrative not supposed to match)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So Server 'A' has 5 disk drives.&amp;nbsp; Today, one of them went to 0% free.&amp;nbsp; Only for today was drive V in violation.&amp;nbsp; I want to have Chart B show me 7 day history for ALL of server A's 5 drives.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 21:06:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-formula-to-take-1-chart-with-today-s-date-filtered-and-drill/m-p/4276174#M169660</guid>
      <dc:creator>cuseman03</dc:creator>
      <dc:date>2024-11-08T21:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: DAX formula to take 1 chart with today's date filtered and drill into another chart with -7 days</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-formula-to-take-1-chart-with-today-s-date-filtered-and-drill/m-p/4276297#M169667</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="191050" data-lia-user-login="cuseman03" class="lia-mention lia-mention-user"&gt;cuseman03&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Issue:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;When you select a server in &lt;STRONG&gt;Chart A&lt;/STRONG&gt; (filtered to show today's data), &lt;STRONG&gt;Chart B&lt;/STRONG&gt; only displays data for today instead of showing the last 7 days for that server. You want &lt;STRONG&gt;Chart B&lt;/STRONG&gt; to display the 7-day history of all disk drives for the selected server, regardless of the date filter applied in &lt;STRONG&gt;Chart A&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Solution:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;To achieve this, modify the DAX measure used in &lt;STRONG&gt;Chart B&lt;/STRONG&gt; to:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Ignore the date filter&lt;/STRONG&gt; coming from &lt;STRONG&gt;Chart A&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Apply a new date filter&lt;/STRONG&gt; to show the last 7 days.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Keep the server filter&lt;/STRONG&gt; from the selection in &lt;STRONG&gt;Chart A&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Steps:&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;Create a New Measure for Chart B:&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;DiskUsage_Last7Days =&lt;/P&gt;
&lt;P&gt;CALCULATE(&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Disk Usage Measure],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; REMOVEFILTERS('Date'),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATESINPERIOD(&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Date'[Date],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TODAY(),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -6,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DAY&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Explanation:&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;UL&gt;
&lt;LI&gt;CALCULATE: Modifies the filter context for the measure.&lt;/LI&gt;
&lt;LI&gt;[Disk Usage Measure]: Your existing measure calculating disk usage.&lt;/LI&gt;
&lt;LI&gt;REMOVEFILTERS('Date'): Removes any date filters, including the one from &lt;STRONG&gt;Chart A&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;DATESINPERIOD(...): Applies a filter for the last 7 days starting from today.&lt;/LI&gt;
&lt;LI&gt;The server filter from &lt;STRONG&gt;Chart A&lt;/STRONG&gt; remains active, so the measure only calculates for the selected server.&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Replace the Measure in Chart B:&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Use DiskUsage_Last7Days as the value in &lt;STRONG&gt;Chart B&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;This ensures &lt;STRONG&gt;Chart B&lt;/STRONG&gt; always shows the last 7 days for the selected server.&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Verify Visual Interactions:&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Ensure that &lt;STRONG&gt;Chart A&lt;/STRONG&gt; filters &lt;STRONG&gt;Chart B&lt;/STRONG&gt; on the &lt;STRONG&gt;Server&lt;/STRONG&gt; field.&lt;/LI&gt;
&lt;LI&gt;The date filter should not interfere due to the REMOVEFILTERS('Date') in the measure.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;Alternate Measure (Based on Data's Latest Date):&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If your data's latest date isn't today, adjust the measure to use the maximum date in your data:&lt;/P&gt;
&lt;P&gt;DiskUsage_Last7Days =&lt;/P&gt;
&lt;P&gt;VAR MaxDate = MAXX(ALL('Date'), 'Date'[Date])&lt;/P&gt;
&lt;P&gt;RETURN&lt;/P&gt;
&lt;P&gt;CALCULATE(&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Disk Usage Measure],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; REMOVEFILTERS('Date'),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATESINPERIOD(&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Date'[Date],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MaxDate,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -6,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DAY&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Notes:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Keep Filters on Server and Disk Drives:&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;The measure retains filters on &lt;STRONG&gt;Server&lt;/STRONG&gt; and &lt;STRONG&gt;Disk Drives&lt;/STRONG&gt; from &lt;STRONG&gt;Chart A&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;Only the date filter is overridden.&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Multiple Selections:&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;If multiple servers might be selected, consider using VALUES('Table'[Server]) and adjust the measure accordingly.&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Ensure Proper Relationships:&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Verify that your data model has correct relationships between the tables involved.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Conclusion:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;By adjusting the DAX measure to ignore the date filter from &lt;STRONG&gt;Chart A&lt;/STRONG&gt; and applying a new filter for the last 7 days, &lt;STRONG&gt;Chart B&lt;/STRONG&gt; will display the historical disk usage for all drives of the selected server. This approach allows you to monitor current issues and investigate historical trends seamlessly.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Example of Final Measure:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;DiskUsage_Last7Days =&lt;/P&gt;
&lt;P&gt;CALCULATE(&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Disk Usage Measure],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; REMOVEFILTERS('Date'),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATESINPERIOD(&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Date'[Date],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TODAY(),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -6,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DAY&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;
&lt;P&gt;Use this measure in &lt;STRONG&gt;Chart B&lt;/STRONG&gt; to achieve the desired functionality.&lt;/P&gt;
&lt;P&gt;If this post&lt;STRONG&gt; helps&lt;/STRONG&gt;, please consider &lt;STRONG&gt;accepting&lt;/STRONG&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;it as the solution&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Appreciate your Kudos!!&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.linkedin.com/in/vahid-dm/" target="_blank" rel="noopener noreferrer"&gt;LinkedIn&lt;/A&gt;|&lt;A href="https://twitter.com/VahidDMcom" target="_blank" rel="noopener noreferrer"&gt;Twitter&lt;/A&gt;|&lt;A href="https://www.vahiddm.com/" target="_blank" rel="noopener noreferrer"&gt;Blog&amp;nbsp;&lt;/A&gt;|&lt;A href="https://www.youtube.com/@databis" target="_blank" rel="noopener noreferrer"&gt;YouTube&lt;/A&gt;&lt;A href="https://www.youtube.com/@databis" target="_blank" rel="noopener noreferrer"&gt;&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Nov 2024 01:28:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-formula-to-take-1-chart-with-today-s-date-filtered-and-drill/m-p/4276297#M169667</guid>
      <dc:creator>VahidDM</dc:creator>
      <dc:date>2024-11-09T01:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: DAX formula to take 1 chart with today's date filtered and drill into another chart with -7 days</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-formula-to-take-1-chart-with-today-s-date-filtered-and-drill/m-p/4278636#M169775</link>
      <description>&lt;P&gt;this makes sense in theory but I'm struggling to get it to look right.&amp;nbsp; To be clear, I want Chart B not to sum the usage over 7 days but to show the usage across 7 days with the X axis being the last 7 days.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my original DAX for getting percent free is&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DIVIDE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;('StorageSpaceUtilization'[Free(GB)]),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;('StorageSpaceUtilization'[Size(GB)])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I then used this measure in your above recommendation&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;([FreeSpace], &lt;/SPAN&gt;&lt;SPAN&gt;REMOVEFILTERS&lt;/SPAN&gt;&lt;SPAN&gt;(StorageSpaceUtilization[FileDate]), &lt;/SPAN&gt;&lt;SPAN&gt;DATESINPERIOD&lt;/SPAN&gt;&lt;SPAN&gt;(StorageSpaceUtilization[FileDate]&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;[Date], &lt;/SPAN&gt;&lt;SPAN&gt;TODAY&lt;/SPAN&gt;&lt;SPAN&gt;(),-&lt;/SPAN&gt;&lt;SPAN&gt;6&lt;/SPAN&gt;&lt;SPAN&gt;,DAY))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;However the values look incorrect.&amp;nbsp; .&amp;nbsp; For Chart B, I should have 7 values for any given server I click on.&amp;nbsp; That's&amp;nbsp; the past 7 days. I can't get Chart A to disassociate and still show chart B correctly.&amp;nbsp; I want to have a line graph on Chart B of the below data&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;Also, how do i get Chart B to only display the drive that is affected.&amp;nbsp; This is tricky because it could be one to many.&amp;nbsp; For example, if in Chart A Server 4845 has 2 drives that have &amp;lt;20%, when I click on that I only want those two to show up on the below chart.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 11 Nov 2024 18:51:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-formula-to-take-1-chart-with-today-s-date-filtered-and-drill/m-p/4278636#M169775</guid>
      <dc:creator>cuseman03</dc:creator>
      <dc:date>2024-11-11T18:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: DAX formula to take 1 chart with today's date filtered and drill into another chart with -7 days</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-formula-to-take-1-chart-with-today-s-date-filtered-and-drill/m-p/4279581#M169824</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="191050" data-lia-user-login="cuseman03" class="lia-mention lia-mention-user"&gt;cuseman03&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Can you provide the sample data? What is the FileDate column? What’s more, are there two tables or just one table of data?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Wisdom Wu&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 09:26:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-formula-to-take-1-chart-with-today-s-date-filtered-and-drill/m-p/4279581#M169824</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-12T09:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: DAX formula to take 1 chart with today's date filtered and drill into another chart with -7 days</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-formula-to-take-1-chart-with-today-s-date-filtered-and-drill/m-p/4280034#M169858</link>
      <description>&lt;P&gt;I'm unable to get this.&amp;nbsp; I'm thinking it is because I do not have a separate date table.&amp;nbsp; I am not sure.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 14:50:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-formula-to-take-1-chart-with-today-s-date-filtered-and-drill/m-p/4280034#M169858</guid>
      <dc:creator>cuseman03</dc:creator>
      <dc:date>2024-11-12T14:50:22Z</dc:date>
    </item>
  </channel>
</rss>

