Setting custom Calendar messes up formulas

Miron

New Member
Joined
Oct 20, 2009
Messages
11
Office Version
  1. 365
Platform
  1. Windows
I am building custom Calendar in PowerBI.
For Month number I used the following formula:
Code:
=dDate[Date].[MonthNo]
I got month numbers. After creatin several more collumns I marked the table as a date table and all collumns turned to errors.

The error message i got from PowerBI: Column referebce to 'dDate' cannot be used with a variation 'Month' because it does not have any.
Similar error I got for Year column but with 'Year'.

So I rebuilt the formular in other manner that worked.
Code:
=MONTH(dDate[Date])

Any idea why PowerBI don't like the first syntax?
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
The first syntax is using the inbuilt hidden calendar tables. When you mark as date table, the inbuilt hidden calendar tables are removed. That’s what caused the change.
 
Upvote 0

Forum statistics

Threads
1,214,805
Messages
6,121,656
Members
449,045
Latest member
Marcus05

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top