Power BI Advanced Visuals: Creating Moving Average and Percentile Charts

Moving Average Formula:
AVERAGEX(DATESBETWEEN([Date] , MAX([Date]) - 4 , MAX([Date])), CALCULATE(AVERAGE([KPI])))
Example for 90perc:
PERCENTILE.INC(metric, 0.9)
Moving Average Formula:
AVERAGEX(DATESBETWEEN([Date] , MAX([Date]) - 4 , MAX([Date])), CALCULATE(AVERAGE([KPI])))
Example for 90perc:
PERCENTILE.INC(metric, 0.9)
In this video, we break down two key 5G PDCP functions: the Discard Timer and ROHC (Robust Header Compression). Learn how they work, why they matter, and how they impact performance — all in a clear and practical way.
This video provides a high-level overview of the main functions of 5G PDCP in a practical and easy-to-understand way.
Quick overview about 5G RLC retransmission and polling feature. * 3GPP Configurable Timers & Parameters Overview * RLC Polling Feature * RLC ARQ Retransmission * tPollretransmit- RLC ARQ Retransmission * t-Reassembly * How to check RLC Parameters from DT
Quick overview about 5G RLC Timers.