Forum Discussion

Nimai123's avatar
Nimai123
Post Patron
6 years ago
Solved

DAX-Calculating Relative sum problem

I have a measure which is working fine named as   Booked Early =  var qr = SELECTEDVALUE(QTR[Qtr Name]) var wn = SELECTEDVALUE(Qtr[Week Num]) return CALCULATE(Sum(bookings_reporting_view[line_...
  • v-lionel-msft's avatar
    6 years ago

    Hi Nimai123 ,

     

    Please give example data for these two tables and point out the relationship between them.

     

    Best regards,
    Lionel Chen

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