Forum Discussion
MathieuF
Helper III
2 years agoCreate Table
Good morning, I would like to create a table that will allow me to better display information. In this table, I would like 4 columns, Indicators, Agent, Team, Skill. In the Indicators column, the ...
- 2 years ago
Hello,
Thank you very much for the help provided.
I solved my problem using the HTML visual.
Anonymous
2 years agoNot applicable
Hi MathieuF ,
I updated your sample pbix file(see the attachment), please find the details in it.
1. Create a measure as below
Measure =
SUMX (
VALUES ( 'KPI'[KPI] ),
SUMX ( VALUES ( 'Columns'[Column1] ), [Measure to Show] )
)
2. Put the new measure on the matrix visual to replace the original measure [Measure to Show]
Best Regards
MathieuF
Helper III
2 years agoHello,
Thank you very much for the help provided.
I solved my problem using the HTML visual.
- Anonymous2 years agoNot applicable
Hi MathieuF ,
It's glad to hear that your problem has been resolved. And thanks for sharing your solution here. Could you please mark your post as Answered? It will help the others in the community find the solution easily if they face the same problem as yours. Thank you.
Best Regards