Forum Discussion
Quarterly Trend
Anonymous
I suggest you to use date instead of month name
Then creating a new measure as the screenshot below. Then you can get the result.
Hope this is helpful.
Thanks and BR
Ryan
Thanx Rayan.
I'll try this and reach you incase of any help
- ryan_mayu7 years agoSuper User
Anonymous
No problem. Please feel free to contact me if you have any questions.
Please kinldy mark my previous answer as a solution if it totally solved your problem. Appreciate you can give me a Kudo as well.
Thanks and BR
Ryan
- Anonymous7 years agoNot applicable
Hello Ryan,
Thanx this code helps for me. by any chance ist possible to help with another code to define the % increase over previous period (Variance %).
REgards,
Varun
- ryan_mayu7 years agoSuper User
Anonymous,
You need to have a datetime table and use date column to build relationship with fact table and date table.
PQ % =VAR PQ= CALCULATE([test],DATEADD('date'[Date],-1,QUARTER))returnDIVIDE([test]-PQ,PQ)