Forum Discussion
DAX Help
- 3 years ago
Hi pmadam ,
I assume you are trying to take median in this kind of scenario:
Data:
Parameter:
Unfortunately it isn't possible to my knowledge use the field parameter value in this way. If possible I would recommend modifying your data a bit. So try something like this:
Unpivot:And now median:
You can use the attribute column as a slicer.
I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!
My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/
Hi pmadam ,
I assume you are trying to take median in this kind of scenario:
Data:
Parameter:
Unfortunately it isn't possible to my knowledge use the field parameter value in this way. If possible I would recommend modifying your data a bit. So try something like this:
Unpivot:
And now median:
You can use the attribute column as a slicer.
I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!
My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/