March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello Folks,
I have the following data structure (already unpivoted)
In PowerBI Desktop, I am getting the cont of value however my requirement is to get the sum of "Shares Book Value" which should "423455" in this case.
Tried to create a new Quick Measure (Running Total, Total for category, Addition) but could not succeed.
Thanks.
Solved! Go to Solution.
In Power Query change the data type of the value column to number.
Then in PowerBI you write a measure to sum that column
Total Value = SUM ( YourTable[Value] )
Then add that measure to your visual.
@Anonymous , Make sure the value column is of Number type Whole number/Decimal. Else change it. Then you can Sum it up.
Measure = Sum(Table[Value])
In Power Query change the data type of the value column to number.
Then in PowerBI you write a measure to sum that column
Total Value = SUM ( YourTable[Value] )
Then add that measure to your visual.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |