Forum Discussion
Anonymous
7 years agoNot applicable
Show data in template using parametrised filter on table name
I have the following situation. In my report, there are multiple tables:
testResults1 = {5.01, 5.00, 5.03, 4.99, ...}
testResults2 = {4.97, ..... }
testResults3 = {..}
I'd like to create a template which is able to visualize the data from one table at a time.
Then it should be possible to copy that template and assign one of the tables to be visualized. Preferably in an easy way such as picking the table from a drop down list. I don't want the viewer to be able to change that selection, so a dynamic filter (slicer?) is not an option. Probably one can do this by using parameters, but I'v only found articles on filtering columns using parameters.
Does anyone know how to achieve this?
Thanks in advance,
Claude
1 Reply
- v-chuncz-msftCommunity Support