Align purchasing analytics with Power BI

This commit is contained in:
2026-06-05 14:04:27 +02:00
parent aa6d0d0804
commit a41ef0a564
5 changed files with 100 additions and 92 deletions
@@ -40,6 +40,7 @@ public sealed class PurchasingDashboardLiveState
public List<PurchasingLiveChartPoint> PriceVarianceChartRows { get; set; } = [];
public List<PurchasingLiveChartPoint> SpendConcentrationChartRows { get; set; } = [];
public List<PurchasingLiveChartPoint> DataQualityChartRows { get; set; } = [];
public List<PurchasingLiveChartPoint> PriceTrendChartRows { get; set; } = [];
public List<PurchasingIdeaAnalysisRow> DeliveryRiskRows { get; set; } = [];
public List<PurchasingIdeaAnalysisRow> PriceVarianceRows { get; set; } = [];
public List<PurchasingIdeaAnalysisRow> SpendConcentrationRows { get; set; } = [];