This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I'm fairly new to power bi but I've done some prior work in Tableau. In my Tableau reports, I was able to create a calculated field (I called it "Period"), which, based on a dropdown selection, would translate a date into its date, week, month, quarter, or year value. I would then use the calculated field as the column header in their matrix.
The end result is that by simply selecting daily/weekly/monthly/quarterly/yearly from a dropdown, the user would change the matrix to display data by the selected period breakdown.
Does anyone know how to do this in Power BI?
Solved! Go to Solution.
Dragging any date into a visual will create a date hierarchy, as long as its a date format.
or alternatively it is best practise to create a date table and then you can also create your own hierarchies.
but to start simply drag your date that is in a date format onto your visual object and then you can toggle between the date without a hierarchy and the date with. The default date hiearchy is a y/q/m/d so if you want week its best to add a date table into your pbix and then create a relationship between your date and the date table.
this is one way of creating the date table
https://www.mattmasson.com/2014/02/creating-a-date-dimension-with-a-power-query-script/
in the picture below you can see i dragged my date onto my axis and it gives me the option to choose between the hierarchy and the date.
when you use the hierarchy you can use the drill down to navigate through the hierarchy you will find it in the top left of the visual.
Proud to be a Super User!
In Power BI, it's not supported to directly translate the date part for a date. You need to create calculated columns and use DAX function to get those date parts.
If you want to have the different wise appeared on matrix header, you can populate a date hierarchy in New Matrix preview, and drill down to different level.
If you want to filter the data based on different level (day, month, quarter, etc), you can try custom visual Hierarchy Slicer.
Regards,
Dragging any date into a visual will create a date hierarchy, as long as its a date format.
or alternatively it is best practise to create a date table and then you can also create your own hierarchies.
but to start simply drag your date that is in a date format onto your visual object and then you can toggle between the date without a hierarchy and the date with. The default date hiearchy is a y/q/m/d so if you want week its best to add a date table into your pbix and then create a relationship between your date and the date table.
this is one way of creating the date table
https://www.mattmasson.com/2014/02/creating-a-date-dimension-with-a-power-query-script/
in the picture below you can see i dragged my date onto my axis and it gives me the option to choose between the hierarchy and the date.
when you use the hierarchy you can use the drill down to navigate through the hierarchy you will find it in the top left of the visual.
Proud to be a Super User!
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 33 | |
| 27 | |
| 24 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 49 | |
| 32 | |
| 27 | |
| 22 |