Forum Discussion
DAX formula
- Anonymous3 years ago
Hi jimpatel ,
I have created a simple sample, please refer to it to see if it helps you.
Create a measure.
_1=CALCULATE(MAX('Table'[status]),FILTER(ALL('Table'),'Table'[material]=SELECTEDVALUE('Table'[material])))If I have misunderstood your meaning, please provide more details with your desired output and pbix file without privacy information .
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi jimpatel ,
I have created a simple sample, please refer to it to see if it helps you.
Create a measure.
_1=CALCULATE(MAX('Table'[status]),FILTER(ALL('Table'),'Table'[material]=SELECTEDVALUE('Table'[material])))
If I have misunderstood your meaning, please provide more details with your desired output and pbix file without privacy information .
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- jimpatel3 years ago
Post Patron
This is what exatly i am looking for.
Thanks a lot for your time and input
Jim