Forum Discussion
Heena_9980400
3 years agoHelper IV
Help on creating measure
Hi Experts,
I need to create a measure, where I should get a difference between the a and c columns for yesterday, Im just confused about how can we do a difference in calculating the function.
Need guidance on this.
Thanks & Regards,
Heena Kousar
3 Replies
- DOLEARY85Resident Rockstar
Hi,
do you have any example data?
- Heena_9980400Helper IV
- DOLEARY85Resident Rockstar
Hi,
create a calculated column and use:
Column = CALCULATE(sum('Table (8)'[A]),DATEADD('Table (8)'[Date],-1,DAY))/CALCULATE(sum('Table (8)'[B]),DATEADD('Table (8)'[Date],-1,DAY))If I answered your question, please mark my post as solution, Appreciate your Kudos 👍