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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
kdc02
Frequent Visitor

Creating a calculated summary table based on an existing table

Hi,

 

I have a raw table (that contains other columns aside from these two):

DateCategories
1/1/2023Category B
1/1/2023Category B
1/1/2023Category B
2/1/2023Category F
2/1/2023Category F
2/1/2023Category F
1/1/2023Category G

 

Is it possible to create a new table that is a summary count of the raw table like this?

 

Date

Category A

Category B

Category C

Category D

Category E

Category F

Category G

1/1/2023103218401
2/1/202347235435

 

Thank you!

1 ACCEPTED SOLUTION
selvaskm
Frequent Visitor

Create measure Catcount = Count(Catecory)
Use matrix visual with
row = date
column = catecory
values  = Catcount

View solution in original post

1 REPLY 1
selvaskm
Frequent Visitor

Create measure Catcount = Count(Catecory)
Use matrix visual with
row = date
column = catecory
values  = Catcount

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.