The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
User | Count |
---|---|
28 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
33 | |
13 | |
12 | |
9 | |
7 |