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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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