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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
alfonsoasenjo
Frequent Visitor

Summary sum the issues by users column "Solved by" and sum the issues by users column "Solved by (b"

 

Any help is really appreciated. Thanks a lot

Maria J.

1 ACCEPTED SOLUTION
v-deddai1-msft
Community Support
Community Support

Hi @alfonsoasenjo ,

 

You should unpivot columns to:

Capture4.PNG

 

Then you can use the following measure:

 

 

Total ISSUE = CALCULATE(DISTINCTCOUNT('Table'[ID]),'Table'[Sovled] = "Solved by")
Total SAME ISSUE = CALCULATE(DISTINCTCOUNT('Table'[ID]),'Table'[Sovled] = "Solved by (before)",'Table'[Repeated] = "SAME ISSUE")
Total DIFFERENTE ISSUE = CALCULATE(DISTINCTCOUNT('Table'[ID]),'Table'[Sovled] = "Solved by (before)",'Table'[Repeated]="DIFFERENT ISSUE")
% SAME ISSUE = [Total SAME ISSUE]/[Total ISSUE]
% DIFFERENTE ISSUE = [Total DIFFERENTE ISSUE]/[Total ISSUE]

Capture5.PNG

 

For more details, please refer to the pbix file: https://qiuyunus-my.sharepoint.com/:u:/g/personal/pbipro_qiuyunus_onmicrosoft_com/EZDK-TzJRSdGtxUQAH...

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Best Regards,

Dedmon Dai

 

View solution in original post

1 REPLY 1
v-deddai1-msft
Community Support
Community Support

Hi @alfonsoasenjo ,

 

You should unpivot columns to:

Capture4.PNG

 

Then you can use the following measure:

 

 

Total ISSUE = CALCULATE(DISTINCTCOUNT('Table'[ID]),'Table'[Sovled] = "Solved by")
Total SAME ISSUE = CALCULATE(DISTINCTCOUNT('Table'[ID]),'Table'[Sovled] = "Solved by (before)",'Table'[Repeated] = "SAME ISSUE")
Total DIFFERENTE ISSUE = CALCULATE(DISTINCTCOUNT('Table'[ID]),'Table'[Sovled] = "Solved by (before)",'Table'[Repeated]="DIFFERENT ISSUE")
% SAME ISSUE = [Total SAME ISSUE]/[Total ISSUE]
% DIFFERENTE ISSUE = [Total DIFFERENTE ISSUE]/[Total ISSUE]

Capture5.PNG

 

For more details, please refer to the pbix file: https://qiuyunus-my.sharepoint.com/:u:/g/personal/pbipro_qiuyunus_onmicrosoft_com/EZDK-TzJRSdGtxUQAH...

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Best Regards,

Dedmon Dai

 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.