Forum Discussion
Drill up/Drill down
I have a static Target value (=45) for every month of the year. I want to keep the value as it is when drilled up to month level but when drilled down to week level, I want the target value divided by the number of working days column per month. I wrote a simple column dax of AdjustedTarget = Target Value/number of working days and it returned the correct values for me at week level but at month level, it's summing up the adjustedtarget for each month of the year. I just want the value to stay same (45) at month level. Please help me.
- Anonymous2 years ago
Hi Anonymous ,
This may not be possible with DAX, as Drill up/Drill down does not enable data transfer with DAX. But I can offer you a workaround where you can switch the aggregation method to get different results. For example, Drill down uses the average value and Drill up uses the maximum value and you can check the results as follows:
Hope it helps!
Best regards,
Community Support Team_ Scott ChangIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.
1 Reply
- AnonymousNot applicable
Hi Anonymous ,
This may not be possible with DAX, as Drill up/Drill down does not enable data transfer with DAX. But I can offer you a workaround where you can switch the aggregation method to get different results. For example, Drill down uses the average value and Drill up uses the maximum value and you can check the results as follows:
Hope it helps!
Best regards,
Community Support Team_ Scott ChangIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.