To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello comunnity, im trying to sum only the unique values one column (Proyeccion) from a table like this:
and trying to get the following result:
Pls help me masters.
Regards.
Solved! Go to Solution.
you can try remove duplicates in PQ.
or use DISTINCT to get a new table only contains unique value
Proud to be a Super User!
you can try remove duplicates in PQ.
or use DISTINCT to get a new table only contains unique value
Proud to be a Super User!