<?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>SparkDataGuru Tracker</title>
    <link>https://community.fabric.microsoft.com/t5/s/yrjkf47658/tracker</link>
    <description>SparkDataGuru Tracker</description>
    <pubDate>Wed, 16 Sep 2026 21:48:22 GMT</pubDate>
    <dc:date>2026-09-16T21:48:22Z</dc:date>
    <item>
      <title>Re: Two Date Slicers: Setting up pre-selected dates and custom calendar in same report</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Two-Date-Slicers-Setting-up-pre-selected-dates-and-custom/m-p/4312145#M1351463</link>
      <description>&lt;P&gt;Thanks Danextian, I watched the entire video and appreciate the very thorough walkthrough. Was able to create a similar setup with the preset and date slider, and also successfully have the date slider update when the preset was utilized.&lt;BR /&gt;&lt;BR /&gt;Just wondering if when changing the date via the date slider, is there a way to automatically have the preset slicer change to 'Custom'?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 20:06:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Two-Date-Slicers-Setting-up-pre-selected-dates-and-custom/m-p/4312145#M1351463</guid>
      <dc:creator>SparkDataGuru</dc:creator>
      <dc:date>2024-12-03T20:06:12Z</dc:date>
    </item>
    <item>
      <title>Two Date Slicers: Setting up pre-selected dates and custom calendar in same report</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Two-Date-Slicers-Setting-up-pre-selected-dates-and-custom/m-p/4310587#M1351083</link>
      <description>&lt;P&gt;I'm currently having trouble setting up PowerBI reports to utilize both Custom Date Range Slicers (Such as pre-selecting from YTD, QTD, MTD, etc) and also combining it with the flexiblity of a Custom Date Selector/Slider.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When reviewing more recent tutorials online I've noticed it seems reports can either come in the form of pre-selected date ranges or just using the date selector slider but never both at the same time!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In some older videos I've seen on Youtube (such as this one from 3 years ago: &lt;A href="https://www.youtube.com/watch?v=fKygF7VEJnQ" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=fKygF7VEJnQ&lt;/A&gt;), there used to be ways to disable the custom date selector/slider when a user is using the pre-selected date ranges, and to re-enable it when the user selects 'Custom'. However, it seems with the most recent version of PBI, the filter method no longer actually disables the&amp;nbsp;date selector slider....&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In my screenshot below, when selecting the pre-selected date ranges (MTD, QTD, YTD), it updates all my visuals but fails to update the proper dates on the calendar slider and vice-versa.&lt;BR /&gt;&lt;BR /&gt;Any suggestions or resources on how I can get both functioning in a report? It's a requirement for the user to be able to quickly select preselected date ranges, but also revert back to a custom date when needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 01:18:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Two-Date-Slicers-Setting-up-pre-selected-dates-and-custom/m-p/4310587#M1351083</guid>
      <dc:creator>SparkDataGuru</dc:creator>
      <dc:date>2024-12-03T01:18:30Z</dc:date>
    </item>
    <item>
      <title>Matrix - Multiple Rows - Different Totals</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Matrix-Multiple-Rows-Different-Totals/m-p/3104959#M1052397</link>
      <description>&lt;P&gt;I'm currently struggling with this one detail within my Matrix table. In my &lt;STRONG&gt;Matrix table&lt;/STRONG&gt; I have multiple rows consisting of these rows. The requirement for the report is to have a subtotal for the Lead Source Group AND a grand total for Dealership.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Here is what is currently returning in my matrix table. In the &lt;STRONG&gt;green the totals are correct for the total 'Lead Source Group'&lt;/STRONG&gt; but it &lt;STRONG&gt;fails to add properly in the total 'Dealership' value, which should be &lt;U&gt;'112'&lt;/U&gt; instead of '108'.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;'MTD Leads' field is a complex measure comprised of many other measures; now I understand why it does this total as it's technically correct doing the calculations in context to Dealership level instead of the typical Lead Source Group.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The formula for 'MTD Leads' is:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;Display_Reallocated_Count_LeadInPeriod_New_Leads = sumx(VALUES(view_LeadSourceGroupName[LeadSourceGroupName]), [Reallocated_Count_LeadInPeriod_New_Leads])&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which when further broken down you'll find the pre-sumx statement as:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;Reallocated_Count_LeadInPeriod_New_Leads = [Count_LeadInPeriod_New_Leads]+([Count_LeadInPeriod_Unknown_Leads]*[Percentage_LeadInPeriod_New_Leads])&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Typically when there is only one matrix row I know we can use SUMX to get the desired total context. However, I'm stumped as how to get different totals for a single measure like in the desired screenshot above when we have multiple rows in a matrix table...&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;How do I get a matrix table to reflect the correct total on the 'Lead Source Group' total AND the 'Dealership' in the mentioned desired manner (54+58 = 112)?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As always, thank you for your help!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 01:19:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Matrix-Multiple-Rows-Different-Totals/m-p/3104959#M1052397</guid>
      <dc:creator>SparkDataGuru</dc:creator>
      <dc:date>2023-03-01T01:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error Returned: A table of Multiple Values was supplied where a single value was expected</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Error-Returned-A-table-of-Multiple-Values-was-supplied-where-a/m-p/3075625#M1043730</link>
      <description>&lt;P&gt;Looks like I found the answer to my own question. Needed to utilize both a SELECTEDVALUE and SWITCH statement instead of an IF statement:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Decided_LeadInPeriod_New_Leads_Goal = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SWITCH&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;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Manual Goals - POWER BI DATA'&lt;/SPAN&gt;&lt;SPAN&gt;[Goal Mode - New Vehicles]&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;"Manual"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Manual Goals - POWER BI DATA'&lt;/SPAN&gt;&lt;SPAN&gt;[Sum_NewVehiclesManualGoal]&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;"Automatic"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;Automatic_Goal_Measure&lt;/SPAN&gt;&lt;SPAN&gt;[AutomaticGoal_Forecast_New_Leads]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Found by viewing this question below:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/IF-STATEMENT-USING-SELECTED-VALUE/td-p/2276166" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/IF-STATEMENT-USING-SELECTED-VALUE/td-p/2276166&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 23:26:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Error-Returned-A-table-of-Multiple-Values-was-supplied-where-a/m-p/3075625#M1043730</guid>
      <dc:creator>SparkDataGuru</dc:creator>
      <dc:date>2023-02-10T23:26:49Z</dc:date>
    </item>
    <item>
      <title>Error Returned: A table of Multiple Values was supplied where a single value was expected</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Error-Returned-A-table-of-Multiple-Values-was-supplied-where-a/m-p/3075403#M1043655</link>
      <description>&lt;P&gt;Currently we have a Matrix table with a measure which determines what type of 'Goal' to use (between 'Manual' and 'Automatic') the objective is to return in the 3nd column 'Goal Returned'. Depending on whatever Goal Mode is set on the 2nd column will determine the output of the 'Goal Returned'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the 'Goal Returned' measure I've written this in DAX:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Decided_LeadInPeriod_New_Leads_Goal = &lt;/SPAN&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;('Manual Goals - POWER BI DATA'[Goal Mode - New Vehicles])=&lt;/SPAN&gt;&lt;SPAN&gt;"Manual"&lt;/SPAN&gt;&lt;SPAN&gt;, [Sum_NewVehiclesManualGoal], Automatic_Goal_Measure[AutomaticGoal_Forecast_New_Leads])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Strange enough when I just filter for one store it will return me actual results as intended, it follows my if statment perfectly.&lt;img /&gt;&lt;/P&gt;&lt;P&gt;However, if there is more than 1 store in the matrix table, the entire table fails and returns me this error....&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how I can implment the intended logic above without it returning an error? Any suggestions on how this can be solved? Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 20:25:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Error-Returned-A-table-of-Multiple-Values-was-supplied-where-a/m-p/3075403#M1043655</guid>
      <dc:creator>SparkDataGuru</dc:creator>
      <dc:date>2023-02-10T20:25:04Z</dc:date>
    </item>
    <item>
      <title>Creating Measure Which Takes Top Matrix Row Context and Repeats Value</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Creating-Measure-Which-Takes-Top-Matrix-Row-Context-and-Repeats/m-p/3073127#M1042980</link>
      <description>&lt;P&gt;I've been stumped with this for a while... currently I have a matrix table composed of two rows Store Name split into Departments.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the '&lt;STRONG&gt;Prev Year Leads&lt;/STRONG&gt;' column is actually a measure comprised of other measures. I'm looking to create another Measure '&lt;STRONG&gt;Prev year Master Leads&lt;/STRONG&gt;' which is able to return just that grand total of the '&lt;STRONG&gt;Prev Year Leads&lt;/STRONG&gt;' in context to Store Name, so it would essentially repeat the '193'.&amp;nbsp; Any suggestions in how to tackle this in DAX?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 21:09:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Creating-Measure-Which-Takes-Top-Matrix-Row-Context-and-Repeats/m-p/3073127#M1042980</guid>
      <dc:creator>SparkDataGuru</dc:creator>
      <dc:date>2023-02-09T21:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Sum on Matrix Table - Need Top Summary Line to Sum Instead.</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Incorrect-Sum-on-Matrix-Table-Need-Top-Summary-Line-to-Sum/m-p/3070544#M1042314</link>
      <description>&lt;P&gt;Thanks Ashish, looks like that revised measure works!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 00:38:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Incorrect-Sum-on-Matrix-Table-Need-Top-Summary-Line-to-Sum/m-p/3070544#M1042314</guid>
      <dc:creator>SparkDataGuru</dc:creator>
      <dc:date>2023-02-09T00:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Shape Map - Incorrectly Displaying</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Shape-Map-Incorrectly-Displaying/m-p/3070406#M1042274</link>
      <description>&lt;P&gt;I got it down to around 5% and it loaded. Appreciate your help!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 22:44:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Shape-Map-Incorrectly-Displaying/m-p/3070406#M1042274</guid>
      <dc:creator>SparkDataGuru</dc:creator>
      <dc:date>2023-02-08T22:44:26Z</dc:date>
    </item>
    <item>
      <title>Incorrect Sum on Matrix Table - Need Top Summary Line to Sum Instead.</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Incorrect-Sum-on-Matrix-Table-Need-Top-Summary-Line-to-Sum/m-p/3070362#M1042263</link>
      <description>&lt;P&gt;Currently been running into an issue with this Matrix table below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a store and it's subdepartments.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The formula to 'Recalculated New Leads' is taken by adding the Raw Leads + Partial Unknown Leads (based on the ratio of Raw new to Used leads). All the components for the formula can be found on column 2 to 5.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems each row of this table is correct when taken into isolation for the calculations. However, we're having trouble getting the the top bold line to sum correctly based on the sub-departments. How should we go about in DAX to get the Store Level row to sum rather than do the formula utlized in the sub-department lines?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 22:46:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Incorrect-Sum-on-Matrix-Table-Need-Top-Summary-Line-to-Sum/m-p/3070362#M1042263</guid>
      <dc:creator>SparkDataGuru</dc:creator>
      <dc:date>2023-02-08T22:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Shape Map - Incorrectly Displaying</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Shape-Map-Incorrectly-Displaying/m-p/3070124#M1042203</link>
      <description>&lt;P&gt;Thank you Danyel! I tried the file you provided and simplified it. Its displaying properly on Power BI now!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do have a question regarding simplifying, I'm not too familiar with mapping tools like these, on MapShaper for simplifcation, which settings boxes did you tick off for 'Simplification' and 'Method' (Douglas-Peucker, Visvalin Effective Area, Visvalingam Weighted Area, etc) , also how much % did you lower it to for Power BI to process it properly?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 19:59:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Shape-Map-Incorrectly-Displaying/m-p/3070124#M1042203</guid>
      <dc:creator>SparkDataGuru</dc:creator>
      <dc:date>2023-02-08T19:59:52Z</dc:date>
    </item>
    <item>
      <title>Shape Map - Incorrectly Displaying</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Shape-Map-Incorrectly-Displaying/m-p/3069789#M1042115</link>
      <description>&lt;P&gt;Recently I downloaded the shapefile for FSA boundaries for Canada found on the Government of Canada's site (&lt;A href="https://www12.statcan.gc.ca/census-recensement/2021/geo/sip-pis/boundary-limites/index2021-eng.cfm?year=21)" target="_blank" rel="noopener"&gt;https://www12.statcan.gc.ca/census-recensement/2021/geo/sip-pis/boundary-limites/index2021-eng.cfm?year=21)&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;After I converted the shapefile to TopoJSON using MapShaper (&lt;A href="https://mapshaper.org/)" target="_blank" rel="noopener"&gt;https://mapshaper.org/)&lt;/A&gt; as recommended by the Microsoft's support page (&lt;A href="https://learn.microsoft.com/en-us/power-bi/visuals/desktop-shape-map)" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/power-bi/visuals/desktop-shape-map)&lt;/A&gt; regarding Shape Map utilization.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Initially I tried using the biggest file, it seemed too detailed to properly load on my Power BI Desktop (actually crashed my program), so I used a simplified file (using MapShaper's simplify tool) and added the file to Power BI again at a much smaller file size. It's now displaying however, the image is glitched/incorrect, with verticies converging to the bottom left corner of the box... anyone have recommendations on how I can properly get Canada's FSA boundaries to properly display?&amp;nbsp;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 17:21:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Shape-Map-Incorrectly-Displaying/m-p/3069789#M1042115</guid>
      <dc:creator>SparkDataGuru</dc:creator>
      <dc:date>2023-02-08T17:21:13Z</dc:date>
    </item>
    <item>
      <title>Relative Dates For Automated Reporting</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Relative-Dates-For-Automated-Reporting/m-p/2980056#M1018372</link>
      <description>&lt;P&gt;I have a report which has data uploaded daily up to month to date prior (for example: if today is Dec 20, 2022, I have data from Dec 1 to 19, 2022). Currently we are utilizing 'Filters on all pages' to filter the 'Month Year' to a 'relative date is this month'. This works fine for all days until Jan 1, 2023...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I ensure that the report will show Dec 1 to 31, 2022 when the calendar date is Jan 1, 2023?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 21:01:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Relative-Dates-For-Automated-Reporting/m-p/2980056#M1018372</guid>
      <dc:creator>SparkDataGuru</dc:creator>
      <dc:date>2022-12-20T21:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help - Matrix Table Row Field Not Showing from Inactive Relation - Two Calendar Date Comparison</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Need-Help-Matrix-Table-Row-Field-Not-Showing-from-Inactive/m-p/2952524#M1011129</link>
      <description>&lt;P&gt;Thank you Amit!&amp;nbsp;Great video series you have going on your channel! You just gained another subscriber&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Doing it your way works at the video time 6:26:&amp;nbsp;&lt;A href="https://youtu.be/WSeZr_-MiTg?t=386" target="_blank" rel="noopener"&gt;https://youtu.be/WSeZr_-MiTg?t=386&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By setting the &lt;EM&gt;&lt;STRONG&gt;'Lead Count Comparison'&lt;/STRONG&gt;&lt;/EM&gt; to &lt;STRONG&gt;CALCULATE&lt;/STRONG&gt; for &lt;EM&gt;&lt;STRONG&gt;'Lead Count'&lt;/STRONG&gt;&lt;/EM&gt; 'with the &lt;STRONG&gt;FILTER&lt;/STRONG&gt; being the &lt;STRONG&gt;maxx&lt;/STRONG&gt; and &lt;STRONG&gt;minx&lt;/STRONG&gt; reflective of the &lt;STRONG&gt;ALLSELECTED&lt;/STRONG&gt; of the &lt;EM&gt;&lt;STRONG&gt;'Calendar Comparsion'&lt;/STRONG&gt;&lt;/EM&gt; table, I was able to return all my lead sources as well as compare between two different date ranges!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Follow up question: Isolated Secondary Date Table vs Inactive Relationship Secondary Date Table&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;I do have an additional question: I also watched your previous video&amp;nbsp; "&lt;STRONG&gt;Power BI Abstract Thesis Episode 18" &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://youtu.be/44fGGmg9fHI?t=489" target="_blank" rel="noopener"&gt;https://youtu.be/44fGGmg9fHI?t=489&lt;/A&gt; .&amp;nbsp;At video timing 8:09, you mentioned that your secondary date table (Date2) does not have a relationship with the main table, it is isolated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm quite new to Power BI, I was wondering if I were to establish an inactive relationship for my secondary date table to main table, what impacts would that have when I'm building a comparsion matrix/table? Would this impact my comparison measures in any way (inactive realtionship vs isolated table)?&amp;nbsp;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 22:20:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Need-Help-Matrix-Table-Row-Field-Not-Showing-from-Inactive/m-p/2952524#M1011129</guid>
      <dc:creator>SparkDataGuru</dc:creator>
      <dc:date>2022-12-06T22:20:52Z</dc:date>
    </item>
    <item>
      <title>Need Help - Matrix Table Row Field Not Showing from Inactive Relation - Two Calendar Date Comparison</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Need-Help-Matrix-Table-Row-Field-Not-Showing-from-Inactive/m-p/2949702#M1010399</link>
      <description>&lt;P&gt;Currently I have a matrix table which is supposed to compare Lead Sources between two different calendar ranges for lead count. I have two seperate calendar tables with relationships to the main table. &lt;STRONG&gt;The 'Calendar' table has an active relationship&lt;/STRONG&gt; and the &lt;STRONG&gt;secondary 'Calendar_Comparison' table has an inactive relationship&lt;/STRONG&gt; with the main table ' ls2yrs'.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All the columns within my matrix table are properly displaying based on two dates. However, I'm having issues with the 'LeadSourceName' rows of the matrix table not showing all values that exist in both date ranges! In my data set the two different date ranges selected will not always have the same lead sources. For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'Calendar' Date Range&lt;/STRONG&gt; (&lt;U&gt;&lt;STRONG&gt;Active Relationship&lt;/STRONG&gt;&lt;/U&gt; with main table): &lt;STRONG&gt;Jan 1, 2000 to Jan 5, 2000&lt;/STRONG&gt; contains lead sources:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Lead Source : Lead Count&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- A lead : 1&lt;/P&gt;&lt;P&gt;- B lead : 2&lt;/P&gt;&lt;P&gt;- C lead : 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'Calendar_Comparison' Date Range&lt;/STRONG&gt; (&lt;U&gt;&lt;STRONG&gt;Inactive Relationship&lt;/STRONG&gt;&lt;/U&gt; with main table):&lt;STRONG&gt; Jan 6, 2000 to Jan 10, 2000&lt;/STRONG&gt; contains lead sources:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Lead Source : Lead Count&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- A lead : 1&lt;/P&gt;&lt;P&gt;- B lead : 3&lt;/P&gt;&lt;P&gt;- C lead : 1&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;- D lead : 2&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this example above, the matrix table will seem to only show rows relating to lead sources which are present from the active relationship calendar table. It is missing &lt;STRONG&gt;'D lead'&lt;/STRONG&gt; which is present only on the inactive relationship 'Calendar_Comparison' date range table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Matrix Table&lt;/STRONG&gt;&lt;/U&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Lead Source : Lead Count : Lead Count Comparison&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;A lead : 1 : 1&amp;nbsp;&lt;/P&gt;&lt;P&gt;B lead : 2 : 3&lt;/P&gt;&lt;P&gt;C lead : 1 : 1&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;D lead : 0 : 2 ***(THIS ROW IS MISSING FROM MATRIX TABLE)***&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How should I reconfigure my report so I can get &lt;STRONG&gt;D lead&lt;/STRONG&gt; to also show up for my date comparision matrix table?&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 00:13:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Need-Help-Matrix-Table-Row-Field-Not-Showing-from-Inactive/m-p/2949702#M1010399</guid>
      <dc:creator>SparkDataGuru</dc:creator>
      <dc:date>2022-12-06T00:13:48Z</dc:date>
    </item>
  </channel>
</rss>

