Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi,
I have a custom date column "Date" so when i create a relationship between "Date" and another date column which i am getting from DummyDate = calendarauto() then the hierarchy for the custom column "Date" gets lost which currently i am using in a visual and i am not able to filter this visual by year so how can i get the hierarchy and why i lost the hierarchy while i create a relationship.
Thanks
Solved! Go to Solution.
OK, I was able to recreate this. Seems like it depends on how the relationship is configured. See attached PBIX.
Hi @jatneerjat,
I have made a test with based on you description, it do have this issue.
Actually, when you create the relationship (Many to one or one to Many) between the tables with Date, only the date in the one side will show date hierarchy.
If you want create the relationship (One to one ) and you want to the date in your fact table show date hierarchy, you could create the relationship like below.
Best Regards,
Cherry
I want date hierachy in my visualizations, please help.
This is marked as solved but since none of the answers solved my issue I am adding my solution to help someone in the future. For me the problem was the Time intelligence check box that was not selected.
Go to: File -> Options and settings -> Options -> Data Load -> and select the Time intelligence Auto Date/Time check box.
Hi @jatneerjat,
I have made a test with based on you description, it do have this issue.
Actually, when you create the relationship (Many to one or one to Many) between the tables with Date, only the date in the one side will show date hierarchy.
If you want create the relationship (One to one ) and you want to the date in your fact table show date hierarchy, you could create the relationship like below.
Best Regards,
Cherry
hi @v-piga-msft,
What to do if i have one to many relationship and i want date hierarchy in Fact table?
Thanks,
There was a thread on this earlier, I'll have to try to recreate this. In the meantime, you could create calculated columns with formulas like:
Year = YEAR([Date]) Month = MONTH([Date]) MonthName = FORMAT([Date],"mmmm")
Solution provided is good, thanks for your input
Can you give me example of calculated column? I have a table with column called start date without hireacrcy . Thanks
OK, I was able to recreate this. Seems like it depends on how the relationship is configured. See attached PBIX.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
114 | |
106 | |
95 | |
38 | |
34 |
User | Count |
---|---|
151 | |
122 | |
76 | |
74 | |
50 |