Forum Discussion
Anonymous
7 years agoNot applicable
Quarterly Trend
Hi All, In the below Dataset, i wish to show the closing amount for every quarter end in a graph. For example, in graph i wish to present the sales of Mar 1515, Jun16000 ( not the cummulative...
ryan_mayu
7 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
Anonymous
7 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)