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
I need to calculate a measure to return "Job Description" based on a filter of Sub-Job = 0
e.g the answer i want below is "TII Boardroom C18041"
Solved! Go to Solution.
HI @Sean-OReilly ,
Create a Measure
Measure = CALCULATE(MAX('Table'[Job_Description]),'Table'[Sub_JOB_Number] = 0))
Regards,
Harsh Nathani
Appreciate with a Kudos!! (Click the Thumbs Up Button)
Did I answer your question? Mark my post as a solution!
HI @Sean-OReilly ,
Create a Measure
Measure = CALCULATE(MAX('Table'[Job_Description]),'Table'[Sub_JOB_Number] = 0))
Regards,
Harsh Nathani
Appreciate with a Kudos!! (Click the Thumbs Up Button)
Did I answer your question? Mark my post as a solution!
thanks Harsh
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |