Forum Discussion
Help creating a table based on another one (only distinct value)
Hi MaxItaly,
You need to create a new table with the following sintax:
Table2 = SUMMARIZE(Table1,Table1[Client],"Quantit"y, SUM(Table1[Quantity]))
You can also duplicate the table on the query editor and choose transform make a group by client and sum the quantity.
Regards
MFelix
Woah: you opened me a new world!
I was not aware of this.
I am still figuring out where to write that syntax, but I managed, in the meanwhile, to do it thanks to the graphic commands.
Many thanks!
- MFelix8 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
- MaxItaly8 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