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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
blackhall8
Frequent Visitor

How to create measure that groups multiple columns

Hi,

I'm stuck trying to figure out the proper DAX measure to group all leads and applications based on the Fiscal Year. My data table consists of four columns and would like to condense that down to three columns where I can see the total applications and leads for each fiscal year. 

As you can see from my table below, there are two rows that don't have any applications, which correlates with a (Blank) application round. How can I create a measure that combines all leads and applications for each fiscal year?

 

For reference,

FY-2019 = Round 1
FY-2020 = Round 2

 

DataTable:

Fiscal YearLeadsApplicationsApplication Round
FY-2019795 (Blank)
FY-2020126 (Blank)
FY-20198181Round 1
FY-201933Round 1
FY-202044Round 2
FY-20203535Round 2
FY-20203535Round 2

 

What I'm trying to achieve:

Fiscal YearLeadsApplications
FY-201987984
FY-202016539

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

if you create a matrix and use sum as aggregation lead and application it should work. Also in table, if aggregation is used it should work.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

if you create a matrix and use sum as aggregation lead and application it should work. Also in table, if aggregation is used it should work.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors