Forum Discussion

blackhall8's avatar
blackhall8
Frequent Visitor
6 years ago

Group table rows based on IF statement

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

 

As you can see, 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

 

No RepliesBe the first to reply