Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I copied a table from a power Bi Report that had a YEARMonth Date Hierarchy. When I placed table
into my other Power Bi Report, I no longer see the Calendar Icon next to YEARMonth or the Date Hierarchy with Year, Quarter Month and Day is not there either. Why did it not copy and how do I create a Date Hierarchy for YEARMonth Date Field in my new report?
Solved! Go to Solution.
I did not realilze I had turned off Auto date/time under Time Intelligence. I turned it back on and I see Date Hierarchy.
I did not realilze I had turned off Auto date/time under Time Intelligence. I turned it back on and I see Date Hierarchy.
Auto Date Time is a bad idea, it should be off in the majority of cases. Use your own hierarchies.
Hi,
you need to create a column date type from the text YYYYMM.
So you can use the DATE(<year>, <month>, <day>) dax function.
You can try something like this:
DateType =
DATE(LEFT(YYYYMM, 4), RIGHT(YYYYMM, 2), "01")
Then set this column as Date type.
Pay attention to type during the conversion.
Mark as solution my reply if i help you.
Thank you.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
76 | |
55 | |
36 | |
34 |
User | Count |
---|---|
99 | |
56 | |
53 | |
44 | |
40 |