The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 on every 10 minutes one graph to another graph in clockwise. Please suggest
eg: same day last week
Solved! Go to Solution.
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
Hi @nagoor,
#1, Yes, it is possible to create a 'same day last week' graph line in line chart, can you please share some sample data for test and coding formula?
#2, Nope, I don't think it is possible to achieve this requirement.
Regards,
Xiaoxin Sheng
hi @Anonymous
Thanks for your response, i have attached the sample data. please have a look and provide your comments.
Thanks,
nagoor
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
@Anonymous
Thanks for your support, got it now.. 🙂