Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi
Thanks for looking at my post.
I am using below DAX code what should i do please to get information from same table and from same column please. That is i have attached an example "Modified status" which will look for material in the same column (it will be more than 2 in some cases) and if the match found then if "Status" is "Yes" for any of the matched part then "Modified status" will be yes for that part number please.
Any idea pleasE? got stuck with this for ages : (
Solved! Go to Solution.
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.
This is what exatly i am looking for.
Thanks a lot for your time and input
Jim
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
24 | |
9 | |
7 | |
6 | |
6 |
User | Count |
---|---|
29 | |
11 | |
11 | |
10 | |
6 |