Forum Discussion
jonarm9
10 years agoNew Member
Comparing current year monthly data with previous years
I'm very new to Power BI, so please excuse me if this is a very basic question. I have a stacked column chart showing monthly activity in a few ledger accounts by month (one column per month, stackin...
v-sihou-msft
10 years agoMicrosoft Employee
In this scenario, you can create another measure to calcualte the same month data in previous year with PARALLELPERIOD() function. Then you just need to include both Current and Previous fields into Value.
Regards,