Forum Discussion
nagoor
7 years agoHelper III
showing 2 different dates dynamically
Hi Guys, Could you suggest an idea to plot the graph like this in a dynamic manner in the date filed? it needs to adjust automatically based on the current day 2) auto toggling between graphs ...
- Anonymous7 years ago
Hi nagoor,
You can try to use following formula to get 'same day last week' average of available amount:
Measure = CALCULATE ( AVERAGE ( 'raw data'[Availability] ), DATEADD ( 'raw data'[Period], -7, DAY ), VALUES ( 'raw data'[Hrs] ) )Regards,
Xiaoxin Sheng
nagoor
7 years agoHelper III
hi Anonymous
Thanks for your response, i have attached the sample data. please have a look and provide your comments.
Thanks,
nagoor
Anonymous
7 years agoNot applicable
Hi nagoor,
You can try to use following formula to get 'same day last week' average of available amount:
Measure =
CALCULATE (
AVERAGE ( 'raw data'[Availability] ),
DATEADD ( 'raw data'[Period], -7, DAY ),
VALUES ( 'raw data'[Hrs] )
)
Regards,
Xiaoxin Sheng
- nagoor7 years agoHelper III
Anonymous
Thanks for your support, got it now.. :-)