Forum Discussion
Vinayak1991
1 year agoRegular Visitor
Add extra column
I have monthwise data of some expenses. I have plotted this data in power bi table(matrix visual)as shown below where I have taken month in columns and expenses in rows resulting monthwise data. But...
- 1 year ago
Add a calendar table to your data model. Include quarter column there. Then join the calendar table to your fact table via the date. In your matrix put the quarter and yearmonth columns into the column area.
- 1 year ago
pls see the attachment below
you need to modify the Q column DAX to meet your real situation
lbendlin
1 year agoSuper User
Add a calendar table to your data model. Include quarter column there. Then join the calendar table to your fact table via the date. In your matrix put the quarter and yearmonth columns into the column area.