<?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: Issues Migrating Existing Dashboard to On-Premises Version (January 2026) in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Issues-Migrating-Existing-Dashboard-to-On-Premises-Version/m-p/5130828#M43128</link>
    <description>&lt;P&gt;@Model View showing only one table:&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;I simply Zoomed out, and found the other tables (in spite of the&amp;nbsp;&lt;STRONG&gt;Circular Dependency&lt;/STRONG&gt; error still showing):&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Dates Table formula is as follows – and is exactly the same as is used in my other dashboards (where it works fine without any &lt;STRONG&gt;Circular Dependency&lt;/STRONG&gt; issue). Actually, I am unable to see any foreign columns from other tables that could be causing the issue:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DatesTable =&lt;/P&gt;&lt;P&gt;ADDCOLUMNS (&lt;/P&gt;&lt;P&gt;CALENDAR (DATE(2019,4,1),TODAY()),&lt;/P&gt;&lt;P&gt;"DateAsInteger" ,FORMAT ( [Date], "YYYYMMDD" ),&lt;/P&gt;&lt;P&gt;"Year" ,YEAR ( [Date] ),&lt;/P&gt;&lt;P&gt;"Monthnumber", FORMAT ( [Date], "MM" ),&lt;/P&gt;&lt;P&gt;"YearMonthnumber", FORMAT ( [Date], "YYYY/MM" ),&lt;/P&gt;&lt;P&gt;"YearMonthShort", FORMAT ( [Date], "YYYY/mmm" ),&lt;/P&gt;&lt;P&gt;"MonthNameShort", FORMAT ( [Date], "mmm" ),&lt;/P&gt;&lt;P&gt;"MonthNameLong", FORMAT ( [Date], "mmmm" ),&lt;/P&gt;&lt;P&gt;"DayOfWeekNumber", WEEKDAY ( [Date] ),&lt;/P&gt;&lt;P&gt;"DayOfWeek", FORMAT ( [Date], "dddd" ),&lt;/P&gt;&lt;P&gt;"DayOfWeekShort", FORMAT ( [Date], "ddd" ),&lt;/P&gt;&lt;P&gt;"Quarter", "Q" &amp;amp; FORMAT ( [Date], "Q" ),&lt;/P&gt;&lt;P&gt;"YearQuarter", FORMAT ( [Date], "YYYY" ) &amp;amp; "/Q" &amp;amp; FORMAT ( [Date], "Q" ),&lt;/P&gt;&lt;P&gt;"FiscalMonthNumber",IF ( MONTH([Date]) &amp;gt; 3, MONTH([Date]), MONTH([Date])+12 ),&lt;/P&gt;&lt;P&gt;"ContractYear", IF ( MONTH([Date]) &amp;lt;= 3,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FORMAT([Date],"YYYY")-1 &amp;amp;"-"&amp;amp; FORMAT([Date],"YYYY"),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FORMAT([Date],"YYYY") &amp;amp;"-"&amp;amp; FORMAT([DATE],"YYYY")+1 &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ),&lt;/P&gt;&lt;P&gt;"IsCurrentMonth", IF(YEAR([Date]) = YEAR(TODAY())&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;amp;&amp;amp; MONTH ( [Date]) = MONTH (TODAY())&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ,"Yes"&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ,"No"&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;),&lt;/P&gt;&lt;P&gt;"FiscalYear" , SWITCH(&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;TRUE(), &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;YEAR([Date]) = YEAR(TODAY())&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;amp;&amp;amp; MONTH ([Date]) &amp;lt;= 3,0,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;YEAR([Date]) = YEAR(TODAY()) - 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;amp;&amp;amp; MONTH ([Date]) &amp;gt; 3,0,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;YEAR([Date]) = YEAR(TODAY()) &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;amp;&amp;amp; MONTH ([Date]) &amp;gt; 3,1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;YEAR([Date]) = YEAR(TODAY()) +1&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;amp;&amp;amp; MONTH ([Date]) &amp;lt;= 3,1 &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ),&lt;/P&gt;&lt;P&gt;"Current Month" , FORMAT(TODAY() , "mmmm"),&lt;/P&gt;&lt;P&gt;"Week Start Date",[Date] - WEEKDAY([Date],1)+1,&lt;/P&gt;&lt;P&gt;"Week End Date",[Date] - WEEKDAY([Date],2)+7,&lt;/P&gt;&lt;P&gt;"MonthYearShort", FORMAT ( [Date], "mmm-YY" ))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assume [Date] is "supposed" to be created by CALENDAR (DATE(2019,4,1),TODAY()).&lt;/P&gt;</description>
    <pubDate>Thu, 12 Mar 2026 11:38:46 GMT</pubDate>
    <dc:creator>F_Reh</dc:creator>
    <dc:date>2026-03-12T11:38:46Z</dc:date>
    <item>
      <title>Issues Migrating Existing Dashboard to On-Premises Version (January 2026)</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Issues-Migrating-Existing-Dashboard-to-On-Premises-Version/m-p/5129301#M43117</link>
      <description>&lt;P&gt;Good Afternoon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am creating a new version of an existing Dashboard (currently in&amp;nbsp;Version: 2.145.1105.0 64-bit,&lt;STRONG&gt;&amp;nbsp;July 2025&lt;/STRONG&gt;) to the On-premises Remote Server one (Version: 2.150.1926.0 64-bit,&amp;nbsp;&lt;STRONG&gt;January 2026&lt;/STRONG&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a couple of issues already:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) One of the Tables is a Dates Table - I have copied exactly the correct formula in, but I am getting a error&amp;nbsp;&lt;EM&gt;"&lt;U&gt;a circular dependency was detected&lt;/U&gt;".&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Model View - its only showing one table which ironically is the error-giving Dates Table, while none of the other Tables (which are actually all fine) are not showing at all:&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly advise.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2026 15:46:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Issues-Migrating-Existing-Dashboard-to-On-Premises-Version/m-p/5129301#M43117</guid>
      <dc:creator>F_Reh</dc:creator>
      <dc:date>2026-03-10T15:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Issues Migrating Existing Dashboard to On-Premises Version (January 2026)</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Issues-Migrating-Existing-Dashboard-to-On-Premises-Version/m-p/5129710#M43120</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="454223" data-lia-user-login="F_Reh" class="lia-mention lia-mention-user"&gt;F_Reh&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to Microsoft Community.&lt;/P&gt;
&lt;P&gt;Regarding the circular dependency error on the Date table, this typically occurs when the Date table formula references columns or tables that also depend on the Date table. I recommend recreating the Date table without referencing other tables initially (for example using CALENDARAUTO() or a fixed date range), then re-applying relationships afterward.&lt;/P&gt;
&lt;P&gt;For the Model View showing only one table, this can happen when the model encounters an error during load. After resolving the Date table issue, please try selecting Close &amp;amp; Apply in Power Query and reopen the Model View. In most cases the remaining tables will appear once the model refresh completes successfully.&lt;BR /&gt;Check Power Query &amp;gt; Enable Load.&lt;/P&gt;
&lt;P&gt;If disabled, right click Query &amp;gt; Enable Load&lt;/P&gt;
&lt;P&gt;If the issue persists, please share the DAX formula used for the Date table, and we will be happy to review it further.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Kind regards.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2026 05:39:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Issues-Migrating-Existing-Dashboard-to-On-Premises-Version/m-p/5129710#M43120</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2026-03-11T05:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Issues Migrating Existing Dashboard to On-Premises Version (January 2026)</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Issues-Migrating-Existing-Dashboard-to-On-Premises-Version/m-p/5130828#M43128</link>
      <description>&lt;P&gt;@Model View showing only one table:&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;I simply Zoomed out, and found the other tables (in spite of the&amp;nbsp;&lt;STRONG&gt;Circular Dependency&lt;/STRONG&gt; error still showing):&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Dates Table formula is as follows – and is exactly the same as is used in my other dashboards (where it works fine without any &lt;STRONG&gt;Circular Dependency&lt;/STRONG&gt; issue). Actually, I am unable to see any foreign columns from other tables that could be causing the issue:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DatesTable =&lt;/P&gt;&lt;P&gt;ADDCOLUMNS (&lt;/P&gt;&lt;P&gt;CALENDAR (DATE(2019,4,1),TODAY()),&lt;/P&gt;&lt;P&gt;"DateAsInteger" ,FORMAT ( [Date], "YYYYMMDD" ),&lt;/P&gt;&lt;P&gt;"Year" ,YEAR ( [Date] ),&lt;/P&gt;&lt;P&gt;"Monthnumber", FORMAT ( [Date], "MM" ),&lt;/P&gt;&lt;P&gt;"YearMonthnumber", FORMAT ( [Date], "YYYY/MM" ),&lt;/P&gt;&lt;P&gt;"YearMonthShort", FORMAT ( [Date], "YYYY/mmm" ),&lt;/P&gt;&lt;P&gt;"MonthNameShort", FORMAT ( [Date], "mmm" ),&lt;/P&gt;&lt;P&gt;"MonthNameLong", FORMAT ( [Date], "mmmm" ),&lt;/P&gt;&lt;P&gt;"DayOfWeekNumber", WEEKDAY ( [Date] ),&lt;/P&gt;&lt;P&gt;"DayOfWeek", FORMAT ( [Date], "dddd" ),&lt;/P&gt;&lt;P&gt;"DayOfWeekShort", FORMAT ( [Date], "ddd" ),&lt;/P&gt;&lt;P&gt;"Quarter", "Q" &amp;amp; FORMAT ( [Date], "Q" ),&lt;/P&gt;&lt;P&gt;"YearQuarter", FORMAT ( [Date], "YYYY" ) &amp;amp; "/Q" &amp;amp; FORMAT ( [Date], "Q" ),&lt;/P&gt;&lt;P&gt;"FiscalMonthNumber",IF ( MONTH([Date]) &amp;gt; 3, MONTH([Date]), MONTH([Date])+12 ),&lt;/P&gt;&lt;P&gt;"ContractYear", IF ( MONTH([Date]) &amp;lt;= 3,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FORMAT([Date],"YYYY")-1 &amp;amp;"-"&amp;amp; FORMAT([Date],"YYYY"),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FORMAT([Date],"YYYY") &amp;amp;"-"&amp;amp; FORMAT([DATE],"YYYY")+1 &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ),&lt;/P&gt;&lt;P&gt;"IsCurrentMonth", IF(YEAR([Date]) = YEAR(TODAY())&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;amp;&amp;amp; MONTH ( [Date]) = MONTH (TODAY())&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ,"Yes"&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ,"No"&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;),&lt;/P&gt;&lt;P&gt;"FiscalYear" , SWITCH(&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;TRUE(), &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;YEAR([Date]) = YEAR(TODAY())&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;amp;&amp;amp; MONTH ([Date]) &amp;lt;= 3,0,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;YEAR([Date]) = YEAR(TODAY()) - 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;amp;&amp;amp; MONTH ([Date]) &amp;gt; 3,0,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;YEAR([Date]) = YEAR(TODAY()) &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;amp;&amp;amp; MONTH ([Date]) &amp;gt; 3,1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;YEAR([Date]) = YEAR(TODAY()) +1&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;amp;&amp;amp; MONTH ([Date]) &amp;lt;= 3,1 &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ),&lt;/P&gt;&lt;P&gt;"Current Month" , FORMAT(TODAY() , "mmmm"),&lt;/P&gt;&lt;P&gt;"Week Start Date",[Date] - WEEKDAY([Date],1)+1,&lt;/P&gt;&lt;P&gt;"Week End Date",[Date] - WEEKDAY([Date],2)+7,&lt;/P&gt;&lt;P&gt;"MonthYearShort", FORMAT ( [Date], "mmm-YY" ))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assume [Date] is "supposed" to be created by CALENDAR (DATE(2019,4,1),TODAY()).&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2026 11:38:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Issues-Migrating-Existing-Dashboard-to-On-Premises-Version/m-p/5130828#M43128</guid>
      <dc:creator>F_Reh</dc:creator>
      <dc:date>2026-03-12T11:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Issues Migrating Existing Dashboard to On-Premises Version (January 2026)</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Issues-Migrating-Existing-Dashboard-to-On-Premises-Version/m-p/5130881#M43130</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="454223" data-lia-user-login="F_Reh" class="lia-mention lia-mention-user"&gt;F_Reh&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;The DAX formula itself looks valid and Date is correctly generated by the CALENDAR() function.&lt;/P&gt;
&lt;P&gt;A circular dependency usually occurs when another table references a calculated column from the Date table and that column is used in a relationship back to the Date table.&lt;/P&gt;
&lt;P&gt;Please review the model relationships and check whether any relationships use calculated columns such as DateAsInteger, YearMonthNumber, or similar. If so, try changing the relationship to use the base DatesTable[Date] column instead.&lt;/P&gt;
&lt;P&gt;Additionally, I noticed a small typo in the ContractYear calculation (FORMAT([DATE],"YYYY") should be FORMAT([Date],"YYYY")). While this may not be the root cause, correcting it would be recommended.&lt;/P&gt;
&lt;P&gt;If the issue persists, please share a screenshot of the model relationships or confirm whether any calculated columns in other tables reference the DatesTable.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Chaithra E.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2026 12:25:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Issues-Migrating-Existing-Dashboard-to-On-Premises-Version/m-p/5130881#M43130</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2026-03-12T12:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issues Migrating Existing Dashboard to On-Premises Version (January 2026)</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Issues-Migrating-Existing-Dashboard-to-On-Premises-Version/m-p/5130919#M43131</link>
      <description>&lt;H3&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1250534" data-lia-user-login="v-echaithra" class="lia-mention lia-mention-user"&gt;v-echaithra&lt;/a&gt;- thanks for the insight ! So I compared the Model View of the Dashboard built in the previous version of Power BI versus the On-Premises version (under construction), and there were clear discrepances. So I deleted the questionable relationships (which do not exist in the previous version) and reinstated relationships (which did exist in the previous one but which were now omitted). Then magically&amp;nbsp;all the columns for Dates Tables suddenly "popped up" in the Model View (of the&amp;nbsp;On-Premises version currently under construction !)..&lt;/H3&gt;</description>
      <pubDate>Thu, 12 Mar 2026 13:15:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Issues-Migrating-Existing-Dashboard-to-On-Premises-Version/m-p/5130919#M43131</guid>
      <dc:creator>F_Reh</dc:creator>
      <dc:date>2026-03-12T13:15:50Z</dc:date>
    </item>
  </channel>
</rss>

