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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
jdubbs57
New Member

Basic Total Calculation for Helpdesk Call

Hello,

 

First let me apologize. I realize my ask is very basic but cannot find the way forward. I am a former Tableau user attempting to convert to Power BI. The total formula/calulation is built into Tableau and im struggling on how to do this in Power BI. 

 

Ive attached a small sample of what data I have. Essentially I would like to calculate the total # of helpdesk calls by using the Ticket ID field. From there I can apply the new (totals) field to various slices of my data to break down the calls by month into different views. For example, # of calls by priority, call source, etc.

 

Appreciate any help you can provide.

 

jdubbs57_0-1667484559418.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Assuming 'Ticket ID' is a unique the following measure will give you the total number of calls that can then be sliced / filtered as needed.

Total_calls= 
    COUNTROWS('Table')

 

View solution in original post

2 REPLIES 2
jdubbs57
New Member

Thank you!! Now its time to watch the tutorials 🙂

Anonymous
Not applicable

Assuming 'Ticket ID' is a unique the following measure will give you the total number of calls that can then be sliced / filtered as needed.

Total_calls= 
    COUNTROWS('Table')

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors