Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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.
Solved! Go to Solution.
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.
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.
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
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!