Forum Discussion

rickmarques's avatar
rickmarques
Frequent Visitor
2 years ago
Solved

Help with figuring/creating a measure

Hello,

 

I'm inexperienced with PBI and I'm trying to create a percentage value in a matrix visual.

 

The DB data is something like this:

IDdetailssla met
1problem1        0
2problem2        1
3problem2        1
4problem1        1
5problem3        0
6problem3        0

 

The matrix I'm using has the 'details' as rows, the 'sla met' as columns and the count of 'sla met' as values, showing something like:

details01total
problem1  1  1  2
problem2   2  2
problem3  2   2

 

What I need to have is a measure that divides value in the '1' column by the total, so i can have a percentage of '1' column vs. total.

 

Is there a way of doing this? I'm using PBI service included in Microsoft Fabric.

 

Thanks in advance.

1 Reply