Forum Discussion
Create Table
- 2 years ago
Hello,
Thank you very much for the help provided.
I solved my problem using the HTML visual.
Hello Greg_Deckler
Thank you for your help.
I just realized that the model may not apply, because my measurements are in different bases.
So, I modified the file to best reflect the reality of what I have on the other, larger report.
https://drive.google.com/file/d/1wiBjW7_h5ooVdGG7EIeuzP-iAQie762p/view?usp=sharing
Mathieu
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
- MathieuF2 years agoHelper III
Hello,
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