Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Noak
Helper IV
Helper IV

Dynamic Counter

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

 

https://ibb.co/nNDvqw

BR,
Noa.
4 REPLIES 4
Greg_Deckler
Community Champion
Community Champion

Just do a COUNT on "date" column.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

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?

 

 

BR,
Noa.
Eric_Zhang
Microsoft Employee
Microsoft Employee


@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?

 

 


@Noak

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)

countRows.gif

 

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)? 1111.PNG

 

BR,
Noa.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors