The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I need to know how to add a new calculated column that shows the value of sum of values divided by sum of vlaues for each row separately
This table is designed to filter the project phases as per the available records in the column of project phases which is dynamic values
I have tried these solutions,
to add a calculated column in the data table But it will lead to a value for each record and the sum of these values is not the same as total divided by total for each project phase
Also, calculated measures didn't work because the phases are dynamic in numbers and value
Are there other options similar to what is available in SSRS table values
Solved! Go to Solution.
I searched on the Internet,
The solution is to create a new table using the Summary function,
to summarize and group the project phases, or any specific column or columns,
parent grouping, and parent-child groups in SSRS,
then add columns with a sum function to calculate the sum of values for each group,
then add a calculated column to apply functions on each row,
The result is as follows
I searched on the Internet,
The solution is to create a new table using the Summary function,
to summarize and group the project phases, or any specific column or columns,
parent grouping, and parent-child groups in SSRS,
then add columns with a sum function to calculate the sum of values for each group,
then add a calculated column to apply functions on each row,
The result is as follows
@Ahmad_16 no idea what you are talking about. Read this post to get your answer quickly.
https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
thanks
User | Count |
---|---|
81 | |
81 | |
37 | |
34 | |
31 |
User | Count |
---|---|
94 | |
80 | |
60 | |
50 | |
49 |