Forum Discussion

Neetu_2502's avatar
Neetu_2502
Regular Visitor
2 years ago
Solved

Change Year Into Quarter

Hi all, I am very new to Power BI. I need to Convert Year into Quarter to show it as a slicer and use it in Matrix. Please assist. Instead of Years I need to use Q in the slicer  ...
  • Ritaf1983's avatar
    Ritaf1983
    2 years ago

    Hi Neetu_2502 
    I don't know if you took the Dax calendar or PQ, but the logic is the same.
    For year quarter you can add a column with :
    [Year] & " " & [Quarter] 

    To sort this column you can add a column with the logic :

    For descending sort at matrix column:

    The pbix is attached

    If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.