The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.
User | Count |
---|---|
26 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
32 | |
13 | |
10 | |
10 | |
9 |