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

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

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 FABINSIDER for a $400 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

March2025 Carousel

Fabric Community Update - March 2025

Find out what's new and trending in the Fabric community.