Forum Discussion

hmeltonPSL's avatar
hmeltonPSL
Icon for Helper II rankHelper II
4 years ago
Solved

Change Date range in a Calendar Table

I would like to extend the date range in my calendar table formula below. Calendar = CALENDAR(DATE(2016,1,1),DATE(2021,12,31))   I changed the end date year to 2025 but when I save it I get the f...
  • WinterMist's avatar
    4 years ago

    hmeltonPSL 

     

    Good news!  I think I found the answer.

     

    Delete these 2 columns from the TenantMailboxUsage table:

    1) "TotalIssueWarningQuota(KB/MB/GB/TB)"

    2) "StorageUsed(KB/MB/GB/TB)"

     

    Doing this causes the circular dependency error to disappear when changing the relationship from 1:1 to *:1 between the TenantUsageMailbox & Calendar tables.

     

    Once the above steps were taken, I was finally able to edit the CALENDAR formula, and the USERELATIONSHIP error no longer appears!  (Changed end year from 2025 to 2022 as a test, and it worked.)

     

     

    Hopefully this resolves both errors for you as it did for me!

     

    Regards,

    Nathan

     

    P.S. Solution found here.

    https://github.com/MicrosoftDocs/microsoft-365-docs/issues/4056