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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Raaz
Helper II
Helper II

Aggregation changes when conditional column is added to a matrix visual

Hi Community Experts,

 

I have a matrix visual which contains columns from multiple tables and a calculated measure.(sum)

The calculated measure gives the result correctly but when i add a conditional column, this measure (sum) splitts into partial sum which I don't need.

 

Would you please advise how to solve the issue?

 

Without conditional column

 

Column A        Column B     Measure   

A                             1                      50

A                             2                      50

B                              1                      60

B                              2                     60

B                              3                      60

 

But when I add a conditional column, it show like this

 

Column A        Column B     Measure            conditional column

A                             1                      20                             

A                             2                      30                                        

B                              1                      10

B                              2                         8                                      

B                              3                       42

 

Appriciate your help

1 ACCEPTED SOLUTION
Raaz
Helper II
Helper II

Problem is solved. I used First(conditional coulum) in matrix visual.

 

Column A    Column B      measure             First of conditional column

 

Thanks!!

View solution in original post

2 REPLIES 2
Raaz
Helper II
Helper II

Problem is solved. I used First(conditional coulum) in matrix visual.

 

Column A    Column B      measure             First of conditional column

 

Thanks!!

Hi @Raaz ,

 

Thanks for sharing your solution here.

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Helpful resources

Announcements
September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Top Solution Authors