Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi, I'm still new to power bi and I feel like I'm messing up at the most basic level, I tried finding similar posts here but for some reason they're not working for my circunstances, I have 2 tables as shown on the picture, table 'Raw Combined' lists tickets generated by users, table 'New Hire Report' lists users who are new hires, I need a measure that gives me a count of how many tickets were generate by new hires, I tried creating a new table grouping raw combined and then matching to new hire then doing a sum of matched users but wasn't able to get it to work, I feel like this could be a simple measure created from the visual editor, the idea is to display the amount of tickets in a Card. Any guidance here would truly help. Thanks!
Solved! Go to Solution.
you can try this
Measure =
VAR tbl=ADDCOLUMNS('New Hire',"count",CALCULATE(COUNTROWS('Table'),FILTER('Table','Table'[customer name]='New Hire'[Customer name])))
return sumx(tbl,[count])
pls see the attachment below
Proud to be a Super User!
you can try this
Measure =
VAR tbl=ADDCOLUMNS('New Hire',"count",CALCULATE(COUNTROWS('Table'),FILTER('Table','Table'[customer name]='New Hire'[Customer name])))
return sumx(tbl,[count])
pls see the attachment below
Proud to be a Super User!
Thank you that did the trick!
you are welcome
Proud to be a Super User!
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
75 | |
72 | |
39 | |
29 | |
27 |
User | Count |
---|---|
97 | |
96 | |
58 | |
44 | |
40 |