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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
JeffH
Helper I
Helper I

Help

Hello, 

 

I have data given to me in the following format. Basically it is truckloads with mulistops on them. The data shows the load ID but has the total load cost on each stop row. I need to show a table with just the one load ID, Total Load Cost, and the stop count. 

 

My Data Structure
Load IDTotal Load CostDestination
12345$1,600.00Hagerstown
12345$1,600.00Frederick
12345$1,600.00Georgetown
   
Table needs to show the Following
Load IDTotal Load CostStop Count 
12345$1,600.003
1 ACCEPTED SOLUTION

Hi,

Does this work?

=SUMX(VALUES(Data[CHRNumber]),[Load Cost])


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

View solution in original post

5 REPLIES 5
pranit828
Community Champion
Community Champion

Hi @JeffH 

 

I would not go for creating a formula for this, insteasd I will do it in the Table chart itself.

here is the sample data I have.

pranit828_2-1597458787451.png

pranit828_3-1597458839056.png

pranit828_4-1597458880285.png

These simple steps you will ge the outputas you need and as in the above screenshot.

 

Did I resolve your issue? Mark my post as a solution!

 

Appreciate your Kudos, Press the thumbs up button!!

 

Regards,
Pranit





PBI_SuperUser_Rank@1x.png


Hope it resolves your issue? 
Did I answer your question? Mark my post as a solution!

Appreciate your Kudos, Press the thumbs up button!!
Linkedin Profile
Ashish_Mathur
Super User
Super User

Hi,

Create a Table visual and drag Load ID to it.  Write these measures:

Load = MIN(Data[Total Load])

Count = COUNTROWS(Data)

Hope this helps.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Thank You, that did the trick. However I should have mentioned that I need to be able to total my load costs. Using the MIN function just shows the MIN load cost rather than the totals. Is there a way to total this? 

 

JeffH_0-1597460150038.png

 

pranit828
Community Champion
Community Champion

Hi @JeffH,

 

That is a new ask and you should start a new thread for this, 

I believe the trick solved what you wanted in the initial post.

 

 





PBI_SuperUser_Rank@1x.png


Hope it resolves your issue? 
Did I answer your question? Mark my post as a solution!

Appreciate your Kudos, Press the thumbs up button!!
Linkedin Profile

Hi,

Does this work?

=SUMX(VALUES(Data[CHRNumber]),[Load Cost])


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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