Forum Discussion
Automatic date column drill down not working as advertised
Right Click on Date in X-Axis under settings and See if "Date" option is selcted or "Hierarchy". It should be hierarchy for drilldown feature.
All I see is Remove Field and Show Options with no data.
- mirzay10 years ago
Helper I
I have a workaround if anyone else expereinces this. I duplicated the Date column as Date_1 in the model and ensured the type was also set to a type Date. If I use this new column, I get the hierarchy and it does what I want to do.
I just marked the original Date column to do not show so there is no confusion when creating reports.
Seems like a Power BI bug to me.
- ngg468610 years agoFrequent Visitor
You aren't the only one that this is happening to. it seems like PowerBI isn't recgonizing the field as a date, so by adding a new column using the formula (my example anyway)
Act Ship Date = DATEVALUE('Source'[Ship Date]
If you do this, then the ship date behaves as expected.
- Anonymous10 years agoNot applicable
Are you using a dedicated date table or just a date type column in your regular data table?
- mirzay10 years ago
Helper I
This is a date column in a fact table, not the Data table.