Forum Discussion

prashantvarsani's avatar
prashantvarsani
New Member
9 years ago
Solved

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?

  • 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,

4 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

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

      • Anonymous's avatar
        Anonymous
        Not applicable

        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.

  • v-sihou-msft's avatar
    v-sihou-msft
    Microsoft Employee

    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,