Can we show dynamic data (table format) in dashboard?

For example, I need to show the data of two persons in a restaurant. Person A eats x number of burgers, y number of pizza. Person B eats n number of burgers, k number of pizza. For the overall year he might have eaten. The table need to show count of burgers and pizza separately for each person. I need to segregate based on pizza and burger and show percentage. The below image needs to achieved in dashboard. If the count(data) of any one food item changes, then it need to be dynamically populated.

image.png

Answers