Suppose I have a table of customers and a table of purchases. Each purchase belongs to one customer. I want to display a grid view of all customers along with their last purchase. How is that done in a Model Driven App? Can I bring in the last purchase with a formula column? or should I use Power BI? Or should I use Dataflow to join these tables?! But Dataflow is limited to a 30-minute update.
Please use these table/column names in your answer:
customer: id, name
purchase: id, customer_id, item_id, date
----------------------------
Similar to the above question. How do I make a form of the customer table it should include only the last purchase in the subgrid component?