Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I have a table called 'Costing' in this table I have columns 'Building & Work Stage ID' and 'Cost'. The ID column is a text column represent eahc project and then I have various values in the cost for each ID. I need to SUM the 'Cost' column for each ID creating a total project value. I then want to categorise these like I have attempted to below. However, I then want to create a table that provides a count of 'Building & Work Stage ID' for each 'Category'. When I try do this it just gives me a total count of IDs and all assigned to the £50m+ category.
Solved! Go to Solution.
I have a table that includes these columns (this is a simplified version).
Building & Work Stage ID | Cost |
Project 1 | 1000000 |
Project 1 | 5000000 |
Project 1 | 3000000 |
Project 2 | 50000000 |
Project 2 | 600000 |
Project 1 | 100000 |
Project 2 | 10000000 |
Project 3 | 5000000 |
Project 3 | 10000000 |
Project 4 | 15000000 |
Project 4 | 10000000 |
I then want to sum for each project
Total Project Value | |
Project 1 | 9,100,000 |
Project 2 | 60,600,000 |
Project 3 | 15,000,000 |
Project 4 | 25,000,000 |
Finally I want to create a count of projects within specific size ranges, as per below.
Count of Project | |
£0-10m | 1 |
£10-30m | 2 |
£30-50m | 0 |
£50m+ | 1 |
This works, thank you!
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
Do not include sensitive information or anything not related to the issue or question.
If you are unsure how to upload data please refer to https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Please show the expected outcome based on the sample data you provided.
Want faster answers? https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
14 | |
10 | |
10 | |
9 | |
9 |
User | Count |
---|---|
20 | |
13 | |
12 | |
11 | |
8 |