cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
prashantvarsani
New Member

amalgamate dates

 Hi,

 

I am trying to group data in Quarterly periods from the dates on my data set instead of having the total numbers by indivudal days. Is this possible on Power BI?

1 ACCEPTED SOLUTION
v-sihou-msft
Microsoft
Microsoft

@prashantvarsani

 

I assume you have a date column in your dataset with some other fact data fields. If you want to group on Quarter level, you can user formula like "=ROUNDUP(MONTH([Date])/3, 0)" to get the quarter number of date, then you can just put the query field into visual so that the fact data will group on Quarter level automatically.

 

Regards,

View solution in original post

4 REPLIES 4
v-sihou-msft
Microsoft
Microsoft

@prashantvarsani

 

I assume you have a date column in your dataset with some other fact data fields. If you want to group on Quarter level, you can user formula like "=ROUNDUP(MONTH([Date])/3, 0)" to get the quarter number of date, then you can just put the query field into visual so that the fact data will group on Quarter level automatically.

 

Regards,

KHorseman
Community Champion
Community Champion

It's simple if you have a dedicated date table. Does your data set have one?





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Sean
Community Champion
Community Champion

@prashantvarsani also try this custom visual

 

https://app.powerbi.com/visuals/show/Timeline1447991079100

 

@KHorseman have you used it?

 

it saves lots of time - although it takes to much screen space? I wish they would reduce its size

KHorseman
Community Champion
Community Champion

@Sean I have tried it twice but it never made it to the final report that I actually released. It seems to only be really useful on longer scopes of time than I usually deal in.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors