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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

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
Super User
Super User

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!:
Power BI Cookbook Third Edition (Color)

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
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.