Forum Discussion
Power Query / Power pivot countifs from multiple tables
Thank you for your reply. I tried this as a calculated column in a table containing unique date/attribute combo's. This is what I get:
Also not sure how this would work as there is no mention of attribute, and I'm specifically looking for counting date/attribute combinations.
You would add this as a custom column to your table which has distinct date/attribute.
For attribute, simply replace [Date] with [Attribute] when you add another column.
- artemus5 years agoMicrosoft Employee
If your looking for just the count of the combinations then, all you need to do, is apply a Group by on the main table, selecting both the Date and Attribute columns.
- Anonymous5 years agoNot applicable
No I am looking for a table that has counts for unique dat/attribute combo's from two other tables. Pls let me know what is not clear about the screenshot I posted in the opening post, with the intended end result. Thank you! 🙂