This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi Guys,
I would like to create a dynamic counter.
I have licence plate column & Date column.
I would like to count for each licence Plate how many times it apperas in my data set (by selected period) .
thank you!.
LP date
111 1.1.17
222 2.1.17
111 2.1.17
111 3.1.17
Just do a COUNT on "date" column.
Hey @Greg_Deckler I decided not to do that.
I prefer to count num for iteration for each Licence plate in my data set any ideas?
@Noak wrote:
Hey @Greg_Deckler I decided not to do that.
I prefer to count num for iteration for each Licence plate in my data set any ideas?
A measure counting rows shall work, see the attached pbix file. If this is not your case, please post more sample data and expected output.
cnt = COUNTROWS(yourTable)
Tnx @Eric_Zhang
I would like to have the ability to fillter by occurrences.
any tips/tricks (based on countrows massuare, here I created a static counting column and the date isn''t dynamic)?
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 27 | |
| 26 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 36 | |
| 32 | |
| 26 | |
| 23 |