Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have two tables of data. Table 1 has date, eqnum and status plus other columns.
Table 2 has date, eqnum and trouble report plus other columns.
I would like to use a visual (table) to show the Info from Table 1 and the related count from Table 2. Where the count is the number of rows where the date and eqnum match.
Like:
Date, Eqnum, Status, Count
Is there a way to do this?
@pabeader Are these tables linked in the data model? If yes then the relationship type defines which table filters the other one. If no then you can use TREATAS to transport filters across unrelated tables.
User | Count |
---|---|
14 | |
10 | |
7 | |
6 | |
5 |
User | Count |
---|---|
30 | |
19 | |
12 | |
7 | |
5 |