The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
User | Count |
---|---|
82 | |
81 | |
35 | |
32 | |
32 |
User | Count |
---|---|
93 | |
79 | |
62 | |
54 | |
51 |