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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
tc5613213
New Member

Get the count of a category in a time interval

power_bi upload.png

Hi all, this is the relationship that I just drag to a workpage. Is there any way that I can get the number of ocurrence of each category (i.e. column 3) to get some thing like:

column1           column 2           column 3
20/04/2016       12:00:00 AM      Residence: (count)

                                                    Business affairs: (count)
Anyone can provide some hint? Thanks

1 REPLY 1
JW_van_Holst
Resolver IV
Resolver IV

# Residence =
calculate
countrows(table),
table[category] = "Residence"
)

idem Business affairs.

Select the matrix chart, date, time and the measures to the matrix.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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