Forum Discussion

EZimmet's avatar
EZimmet
Icon for Resolver I rankResolver I
1 year ago
Solved

Assistance with a formula

I know this one shouldn’t be rocket science it’s all me.   I’m pulling Power information on a Datacenter Rack Rack Max Power Threshold Devices within the Rack Max Power used Then need the Diffe...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi EZimmet ,
    Based on your description, and because I couldn't determine the composition of your data and the connections between them, I created some test data

    Create measures

    Rack Threshold Total Watts = SUM(_Asset[Power Capacity Threshold])
    Devices in Rack Total Watts = SUM(_Asset[Power Capacity Defined])
    Power Till Threshold Reached = [Rack Threshold Total Watts] - [Devices in Rack Total Watts]

    Final output

     

    If the above methods do not meet your needs, you can provide example data or pbix files so that we can help you faster.

     

    Best regards,
    Albert He


    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly