I need to change one of the visualizations on the warehouse performance dashboard. The change I needed was to set the OnTime, Early, Late shipment data to use the Confirmed Ship Date instead of the Requested Ship Date. It is not possible to make that change using the Edit mode available in the D365 UI.
On my dev box, I found the Warehouse Performance pbix file in the Resources node of the AOT and made the formula change I wanted. I was able to save the pbix and verified that the change took effect. I then created a deployment package and updated my uat and production environments. I expected the resource node to be packaged and installed with my code.
The dashboard still shows data using the old formula. What do I need to do to update this dashboard?