Forum Discussion
Eyal
Helper II
4 years agodynamic select values from the same column to generate scatterplot
Hi all I have the following scenrio: I a have a single table with multipl colmuns for the diffrent parmater anlysed doring the meny step of a process. I want to be able to generate a corolation (...
- 4 years ago
I'd recommend two independent parameter tables (with no relationships to other tables) for selecting X and Y and then using those two selections to filter a single set of fact and dimension tables. This avoids the problem you have where the Lot1 and Lot2 rows are coming from different tables and thus don't work in a combined visual.
AlexisOlson
Super User
4 years agoI'd recommend two independent parameter tables (with no relationships to other tables) for selecting X and Y and then using those two selections to filter a single set of fact and dimension tables. This avoids the problem you have where the Lot1 and Lot2 rows are coming from different tables and thus don't work in a combined visual.