Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now

Reply
Mumiah
Frequent Visitor

Count of how many times values from one column repeat in another table

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!

 

 

Mumiah_1-1676586098491.png

 

1 ACCEPTED SOLUTION
ryan_mayu
Super User
Super User

@Mumiah 

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





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

3 REPLIES 3
ryan_mayu
Super User
Super User

@Mumiah 

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





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Thank you that did the trick!

you are welcome





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

Find out what's new and trending in the Fabric Community.

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

Check out the November 2024 Power BI update to learn about new features.