Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Solved! Go to Solution.
If you want to sum the minimum values by Child and return this sum at the Parent level, a measure something like this should do the trick:
Sum of Min by Child = SUMX ( VALUES ( YourTable[Child] ), CALCULATE ( MIN ( YourTable[Col] ) ) )
For an individual Child, you will still just see the min value, but at the Parent level you should see the sum across Children.
Regards,
Owen
If you want to sum the minimum values by Child and return this sum at the Parent level, a measure something like this should do the trick:
Sum of Min by Child = SUMX ( VALUES ( YourTable[Child] ), CALCULATE ( MIN ( YourTable[Col] ) ) )
For an individual Child, you will still just see the min value, but at the Parent level you should see the sum across Children.
Regards,
Owen
Thank you very much ! This worked a treat. I need to get my head around using sum x and values and how this works specifically I think.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
90 | |
82 | |
56 | |
41 | |
37 |