Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi
I built a semantic model in fabric on Data Lake, I have a date table for which I was expecting to see Date hierarchy but I don't see one and I don't have an option to add hierarchy in on the table , is this not possible ?
Thanks
Suresh
Solved! Go to Solution.
As mentioned hierarchies are not currently supported in DirectLake
I have the same issue
even thought I mark the table as date table it does not behave as one
Is the solution to avoid direkt lake storage? what is the suggested solution if you want to have another storage mode for specific table?
van you even mix storage modes (I read that direkt lake is a all or nothing for a semantic model)
As mentioned hierarchies are not currently supported in DirectLake
Hello,
Not sure if you guys managed to solve the issue with the Hierarchy.
After spending some time trying I found a solution:
First I created a DimDate table and populated it using a stored procedure in my Fabric Warehouse:
(This DimDate table is to attend my needs, you may need something much simpler)
DimDate Table:
The you create and run the Stored Procedure: (you can reduce the range of dates, otherwise it will take around 25 min to complete running the query). * The holiday attributes you can update separatelly as you wish.
Once the above is done, you need to do some setups in the semantic Model view:
1 - Refresh your Semantic Model
2 - Right click on your DimDate Table and select "Make as Date Table"
3 - Toggle the button "On" and select "Date", Fabric has a bug that allows you to selec attributes with repeated values, but if you choose it the date Table won't work correctly, you need to choose an attribubute with unique values, so choose "Date".
4 - Create a Hyerarchy for CutOffDate:
5 - Set the correct attributes to your hierarchy
6 - In order to solve the sorting problem for Alphabetic attributes such month and quarters, you need to do the following:
For each alphabetic attribute (CutOffMonthName and CutOffQuarterName) you need to choose in Sort by column the corespondent numeric attribute CutOffMonthName = CutOffMonth.
Once the above is done, you are good to go to your powerbi report:
First, refresh you report;
Second, drag and drop the CutOffDate Hierarchy to you X-Axis of you chart (In case of Vertical Bar Chart):
As you will see below, the hierarchy is built automatically.
Then, you can drill your visual char as you want:
HOPE THE ABOVE COULD HELP SOME OF YOU THAT COULDN'T FIGURE OUT THIS DIRECTLAKE LIMITATION.
Hi @GilbertQ , Thanks for your response , When I drag year and Quarter to Y Axis it does show Hierarchy but the problem is at Quarter level it does merge Querter from all years together
Data I have
Visual
Formatting in Visualization
you can see Q1 it added 2023 and 2024 together
Could you make sure that the Year column default setting is set to None and not to SUM?
Hi @GilbertQ ,
Year column is already set to null as shown in below image
It seems Microsoft just added Hierarchy option in Semantic model. I did not see that this morning but I see it now.
When I drill down from year to QTR it works fine as I did drill in to one year , when I drill in to next level using double down arrow , that is when QTR is being grouped.
Thanks
Suresh
Thanks @GilbertQ solution
Hi, @venkatasuresh_g
Have you solved your problem? If so, can you share your solution here and mark the correct answer as a standard answer to help other members find it faster? Thank you very much for your kind cooperation!
Best Regards
Jianpeng Li
Hi
The issue was not resolved as I mentioned in my previous response
Suresh
Unfortunately, it is not possible to create hierarchies and use them in direct lake mode as an alternative, you can drag in the individual fields which will then automatically create the hierarchy for you.