Forum Discussion
Belindah
2 years agoFrequent Visitor
Track Weekly Deployments From SharePoint List
I have a report that tracks overall deployments for a hardware refresh project that is tracked via a SharePoint list. I have been tasked with adding a page to the report that tracks the deployments o...
Anonymous
2 years agoNot applicable
Hi Belindah ,
I'm assuming that the historical data won't change and you can try:
Table1 --> References the combined table and removes unneeded columns:
Filtering out the latest data through M-code:
Subsequent consolidation of data and screening of data for the second week:
Once you have this field, you can visualize your new page in desktop, put it in a card or table to display the data.
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Belindah2 years agoFrequent Visitor
Thank you! I will try this out.