Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
We want to calculate volumes for two different periods of time.
The mentioned above periods are calculated based on three factors:
The periods are DAX calculated as below:
OkresI ilość = var dstartI=minx(StartI;[ParametrI])
var dendI=dstartI+liczba_dni[Wartość liczba dni]
var wyn=Calculate(SUM(BI_ZST_ALL[Ilosc]);DATESBETWEEN(BI_ZST_ALL[DataNadania];dstartI;dendI))
Return wyn
In result we want to get a chart showing volumes for the two periods on a single X axis.
It must start from 1 to number of the days (indicated by parameter – in this case 8 days)
Solved! Go to Solution.
You could overlap 2 charts and use transparency.
You could overlap 2 charts and use transparency.