Dataset with dynamic columns in tablix/matrix
I have a dataset that can come with 5 columns, columns 6, 7, 10, 20, or even 100. At least two are static, the remaining are dynamic (am making a scale according to a table exists in the database). How can I implement this in Reporting Services? How do I specify the field of tablix that the value is dynamic? The end result would be this: | TITLE | ENUNCIATION | GOOD | VERY GOOD | BAD | VERY BAD | ------------------------------------------------------------- | title 1 | question 1 | 5 | 3 | 1 | 0 | | title 2 | question 2 | 1 | 0 | 3 | 0 | | title 3 | question 3 | 0 | 0 | 1 | 0 | | TITLE |