Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
73 | |
71 | |
55 | |
38 | |
31 |
User | Count |
---|---|
71 | |
64 | |
60 | |
50 | |
45 |