Hi
New to PowerBI and facing some challenges.
I have a dataset like below:
Brand | Month | Year | Sales |
A | August | 2014 | 125 |
B | September | 2014 | 124 |
C | October | 2014 | 414 |
A | August | 2015 | 134 |
B | September | 2015 | 200 |
C | October | 2015 | 500 |
Based on the dataset I have created a custom time hierarchy to fit our Financial year, and that works fine. However, I need to be able to see an Index on Month to Month growth and all other elements in my time hierarchy (Month-Quarter-Financial Year).
How do I accomplish this in PowerBI?
Thanks