Forum Discussion
Anonymous
7 years agoNot applicable
Display fixed columns on table visual
Hello! I'm currently having the following situation: I have a list of IDs, 20 modules and a count per module. So I'm creating a table visualization in which there are 20 columns (1 per mo...
- 7 years ago
Hi Anonymous ,
Suppose the source table ('Data_6') is like below.
New a calculated table which is linked to source table.
module dimemsion = VALUES(Data_6[Module])
Insert a Matrix visual. Please note that you should drag [Module] from 'module dimension' table.
Best regards,
Yuliana Gu
v-yulgu-msft
Microsoft Employee
7 years agoHi Anonymous ,
Suppose the source table ('Data_6') is like below.
New a calculated table which is linked to source table.
module dimemsion = VALUES(Data_6[Module])
Insert a Matrix visual. Please note that you should drag [Module] from 'module dimension' table.
Best regards,
Yuliana Gu
Anonymous
7 years agoNot applicable
Thank you!
That solved my issue.