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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register 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.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.
User | Count |
---|---|
9 | |
8 | |
6 | |
4 | |
3 |