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 September 15. Request your voucher.

Reply
Anonymous
Not applicable

Count of Columns with Varying Sums

Is it possible with the same list of row values (projects), in a matrix, to calculate the sum of the column (# of projects) on a varying column such as month. Example below: 

 

ProjectSept # of projectsOct# of projectsNov# of projects
Project A1.112121
Project B414111
Project C211100
Project D31004.11
Project E111100
Project F513100
Total16.161157.13
1 ACCEPTED SOLUTION
wdx223_Daniel
Super User
Super User

create a date table and create a relationship between datetable[date] and facttable[date]

create a matrix, put the facttable[project] on the row and datetable[month] on the column, and the measure of sum(facttable[value]) on the value field.

View solution in original post

1 REPLY 1
wdx223_Daniel
Super User
Super User

create a date table and create a relationship between datetable[date] and facttable[date]

create a matrix, put the facttable[project] on the row and datetable[month] on the column, and the measure of sum(facttable[value]) on the value field.

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.