Forum Discussion
sixathur
1 year agoFrequent Visitor
Multiple DAX measure issues
Hi, I am trying to create a Bonus calculator for my report, Measure 1: Total Visits (I counted all the rows in the report to get the total visits) Measure 2: PTO Hours ( I sum all t...
some_bih
1 year agoCommunity Champion
Hi sixathur it is hard to spot issue/s without your model. CALCULATE is used to modify filter context so please provide some sample file with data input and expected output.
It could be something like relationship, or need to adjust your measures with SELECTEDVALUE for targeted filter context.