Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 41 | |
| 37 | |
| 34 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 59 | |
| 31 | |
| 25 | |
| 25 |