Forum Discussion
Nimai123
6 years agoPost Patron
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_...
- 6 years ago
Hi Nimai123 ,
Please give example data for these two tables and point out the relationship between them.
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-lionel-msft
6 years agoCommunity Support
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.
Nimai123
6 years agoPost Patron
Booking _reporting_view[cld_fq]
Qtr[Qtr Name]
Taking Qtr[Qtr Name] in the slicer (additional information)
No relationship between them I tried to make but ending up in M-M.