Forum Discussion

Syndicate_Admin's avatar
Syndicate_Admin
Icon for Administrator rankAdministrator
2 years ago
Solved

Measure for average column per product

Good day I have this table as an example where 3 columns branch, toy lot and quantity where I need to get the average of the quantity column based on the columan toy lot that is:

branchToy Lotquantity
150471481
150471482
150471485
150471488
150478956
150478957
1504789515
15047369
150473678
150473689
1504778910
1504778990
1504778978
1436910715
1436910725
143695678
14369569
14369563
143695689

And I want to take the measure to show:

branchToy LotAverage amount
150471484
150478959.3
150473658.6
1436978959.3
1436910720
143695644.75

Is it possible to carry out this measure ? The data is updated from a database.

  • Load your data into a table visual.  Change the Lotquantity column to "Average"  aggregation.  (That is called an implicit measure)

1 Reply

  • Load your data into a table visual.  Change the Lotquantity column to "Average"  aggregation.  (That is called an implicit measure)