Forum Discussion
MaxItaly
8 years agoHelper III
Help creating a table based on another one (only distinct value)
Hello everyone, I'm having some problems trying to create a table. Let's say I have a table named "Table1", that has "Client", "Quantity". I may have more rows for the same "Client" with different...
MFelix
8 years agoSuper User
But just be aware that if you just want to summarize your table you don't need to do an additional table, you can use measures and visuals to give that result and only have 1 single table.
Regards,
MFelix
MaxItaly
8 years agoHelper III
I know it, but way too often the tables are not optimized for Business Intelligence operations :(
- MFelix8 years agoSuper User
No problem, you should use the Query to optimize your data and then use the measures to make your visuals. But this is just a good practice, because duplicating tables will have an impact on your analisys but also on size of files, dependency and overall performance.
Regards,
MFelix