Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi folks!
I need to count rows rollling 12 month.
I was able to create the measure a show by month.
Measure: CALCULATE(DISTINCTCOUNT(Table[ID]),DATESINPERIOD('Date'[Date],MAX('Date'[Date]),-12,MONTH))
But when I add onw more collumn (Vendor) from the same table I see other result.
I need the rolling in the last table to show as chart.
I need a chart like this:
Could you help me?
Solved! Go to Solution.
@devGV_88 , Make sure the month is coming from the date table and date table is marked as date table.
Measure seems correct to me
Also if the same id is across two months , it will be counted once because of distinctcount
@devGV_88 , Make sure the month is coming from the date table and date table is marked as date table.
Measure seems correct to me
Also if the same id is across two months , it will be counted once because of distinctcount
User | Count |
---|---|
12 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
27 | |
19 | |
13 | |
11 | |
7 |