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.
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 |
---|---|
16 | |
8 | |
7 | |
6 | |
5 |
User | Count |
---|---|
25 | |
13 | |
12 | |
8 | |
8 |