Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sum column values based on another column
08-03-2022
09:19 AM
Hi all
I have this data and I want to sum "Total Qty Per Request" based on the "Material Name." So I want the sum of the "Total Qty Per Request" for "Bot Bev G5," "Dexron LS Gear Oil 75W-90," etc. How would I be able to make a measure for this?
Solved! Go to Solution.
1 ACCEPTED SOLUTION
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2022
01:09 AM
You can create a measure like
Total Qty = SUM( 'Table'[Total Qty Per Request])
and put that into a visual with the Material Name
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2022
01:09 AM
You can create a measure like
Total Qty = SUM( 'Table'[Total Qty Per Request])
and put that into a visual with the Material Name

Helpful resources
Recommendations
Subject | Author | Posted | |
---|---|---|---|
05-08-2024 12:53 PM | |||
05-01-2024 01:55 PM | |||
Anonymous
| 12-28-2023 06:37 PM | ||
05-08-2023 12:24 AM | |||
02-08-2024 06:17 AM |