Hi everyone,
I'm working on a Power BI report and needed to show full daily dates (e.g. 2024-01-01, 2024-01-02...) under each month in a table visual. But every time I dragged my Date
field into the visual, Power BI automatically applied a hierarchy (Year,
Quarter, Month, Day), and I couldn’t get it to show flat dates.
Even when I selected just Date
, it kept converting it into a hierarchy. If I removed the lowest level (e.g. Day), it removed the whole field.
So I created a new column using this formula: FlatDateText = FORMAT(dimDate[Date], "yyyy-mm-dd")
That finally worked — I was able to display the daily dates without hierarchy.
Did I do this the right way, or is there a better method to force Power BI to use just the raw date field in visuals?
Thanks in advance!
w.p
578
Super User 2025 Season 2
Michael E. Gernaey
295
Super User 2025 Season 2
mmbr1606
252
Super User 2025 Season 2