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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Dicko
Helper II
Helper II

Visualize number of distinct dates

Hi, I got table Dossiers with a Date column (type Date/time formatted as shown):

 

Date
1-1-2021
1-1-2021
2-1-2021
2-1-2021
2-1-2021

 

I want to visualize that date 1-1-2021 exists 2 times and date 2-1-2021 exists 3 times.

(Which visual exactly does not yet matter much.)

 

How?

Thanks.

 

1 ACCEPTED SOLUTION
selimovd
Super User
Super User

Hey @Dicko ,

 

create the following measure:

Amount Rows = COUNTROWS( Dossiers )

 

Now you can add the date column and the measure in a table or bar chart visual and you see the amount of rows by date.

If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
 
Best regards
Denis
 

View solution in original post

3 REPLIES 3
selimovd
Super User
Super User

Hey @Dicko ,

 

create the following measure:

Amount Rows = COUNTROWS( Dossiers )

 

Now you can add the date column and the measure in a table or bar chart visual and you see the amount of rows by date.

If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
 
Best regards
Denis
 

Thanks, how easy can it be?

Hey @Dicko ,

 

that's normal. When you start with DAX you most of the time think too complicated 😉

But I'm happy that it works now.

 

Best regards

Denis

 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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