Forum Discussion
Nsam1027
2 years agoFrequent Visitor
Matrix visual
In power Bi, In Matrix visual I need to show The column headers A, B, C, D (values present in column "F") and the rows will display the count of unique employee IDs and sum of FTE for distinct emplo...
- 2 years ago
Hi,
Drag column B to the column well of the matrix visual. Write these measures
Measure 1 = countrows(Data)
Measure 2 = sum(Data[Amount])
Hope this helps.
Ashish_Mathur
2 years agoSuper User
Hi,
Share some data and show the expected result.
- Nsam10272 years agoFrequent Visitor
Hi Ashish, please find the screenshots below.Let me know if you need further details..fyi- I have already created a new table with unique Emp Id with FTE and Frequency.But not able to visualize as shown in the required visual.
- Nsam10272 years agoFrequent Visitor
Sorry corrected required visual:
- Ashish_Mathur2 years agoSuper User
Hi,
Drag column B to the column well of the matrix visual. Write these measures
Measure 1 = countrows(Data)
Measure 2 = sum(Data[Amount])
Hope this helps.