I have two tables: parent with text data and child with 3 images. I want to apply format rules on parent table to know (and show) how much images are added.
I’m using IsPartOf option.
Parent table columns: [ID] and other non-important
Is the second part correct? I think it should be SUM(childtable[Image Count])? But it show me the sum of all records in the table. I want to show information per record - 0, 1, 2 or 3.
Please elaborate your requirement. How do you wish to implement format rules in the parent table? I mean if there are 4 child records, the format rule should be based on which of those 4 child records?