Forum Discussion

Eesa's avatar
Eesa
Frequent Visitor
4 years ago
Solved

Calculate Dynamically Change Duration

Hi,    I have a FLIGHT table below    I want to use a slicer in my dashbord and when I adjust the slicer between any date/time, I want to get the total time in air.  To imagine this I crea...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi Eesa ,

     

    Try to create a new measure based on your origianl [Time in Air] measure.

    Correct Measure with total =
    SUMX ( 'Table', [Time in Air] )

    Result is as below.

     

    Best Regards,
    Rico Zhou

     

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