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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hey there,
I want to build a line and stacked column chart, its components will be
LINE VALUES:
- shows the cumulative number of PN (part numbers) at the end of every month (the table below shows values for August, for example)
- Details:
SHARED AXIS:
- Would be just a name of the month
COLUMN SERIES:
- Values from the "Family" column
- Details:
COLUMN VALUES:
- Count each "Family" type:
Table for the chart:
help me, guys and gals, I beg you😭
@amitchandak
@Anonymous , With help from date table you need measure like
Cumm Sales = CALCULATE(DistinctCount(Table[PN Number]),filter(all('Date'),'Date'[date] <=max('Date'[date])))
To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
12 | |
11 | |
10 | |
9 | |
8 |