Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
Kindly support me to calculate this column
Revenue P1, Total P1 Revenue , Total Labour Cost P1 , Total Labour Cost P1 % --> Separate measures
I want to calculate the "Cost P1" Column. How can I get the excat number?
Cost P1 = Revenue P! * Total Labour Cost P!%
Thanks
Solved! Go to Solution.
According to your describe, there could be several reasons why your measure is returning the same value in the table visual in Power BI. Here are a few possibilities:
If the above methods cannot solve the problem, please provide the data table and Measure involved, this will help me provide a more accurate solution.
Here are some related links:
powerbi - All rows and total of the rows showing same values in power BI - Stack Overflow
Best Regards,
Yang
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Hi @Anonymous
Total Revenue = 438489
Total Cost= 82514
Cost% = 18.8
Total Labour Cost by Category =
CALCULATE(
SUM('Sales'[LabourCost]),
ALLEXCEPT('Sales', 'Sales'[Category])
)
Whatever are the names of your columns and tables, use them as per your choice.
According to your describe, there could be several reasons why your measure is returning the same value in the table visual in Power BI. Here are a few possibilities:
If the above methods cannot solve the problem, please provide the data table and Measure involved, this will help me provide a more accurate solution.
Here are some related links:
powerbi - All rows and total of the rows showing same values in power BI - Stack Overflow
Best Regards,
Yang
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
In Power BI, you can create a new calculated column using the DAX (Data Analysis Expressions) language to calculate the "Cost P1" based on the formula you provided: Cost P1 = Revenue P1 * Total Labour Cost P1 %.
Here's a step-by-step guide:
Open Power BI Desktop:
Go to Data View:
Add New Column:
Enter DAX Formula:
Cost P1 = 'YourTableName'[Revenue P1] * 'YourTableName'[Total Labour Cost P1 %]
Press Enter:
Review Results:
Now, whenever your "Revenue P1" or "Total Labour Cost P1 %" values change, the "Cost P1" column will automatically update.
Remember to replace 'YourTableName' with the actual name of your table and ensure that the column names match your actual column names. Additionally, make sure the data types of "Revenue P1" and "Total Labour Cost P1 %" are compatible for multiplication (e.g., both numeric).
If you encounter any issues or need further clarification, feel free to ask!
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
In case there is still a problem, please feel free and explain your issue in detail, It will be my pleasure to assist you in any way I can.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
21 | |
7 | |
6 | |
5 | |
5 |
User | Count |
---|---|
27 | |
10 | |
10 | |
9 | |
6 |