Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I have to achieve below output in power BI,
Where i have the data like below screen shot in same table,
Column1 Column2 Measure
---------- ----------- -----------
ABC XYZ 59
EFG ABC 10
and my requirement is to create new column or measure which gives measure value of column2, where it's matches the data with column1
required output is
Column1 Measure New Measure/Column
----------- ----------- ---------------------------
ABC 59 10
EFG 10 -
Please suggest
Thanks,
Ganesh
Solved! Go to Solution.
Hi @Anonymous
Try this calculated column.
Calculated = CALCULATE(MAX(Ex_earlier[Measure]),FILTER(Ex_earlier, Ex_earlier[Column2]=EARLIER(Ex_earlier[Column1])))
Thanks
Raj
Hi @Anonymous
Try this calculated column.
Calculated = CALCULATE(MAX(Ex_earlier[Measure]),FILTER(Ex_earlier, Ex_earlier[Column2]=EARLIER(Ex_earlier[Column1])))
Thanks
Raj
Thanks Raj for looking into this.
In my real time scenarion, if i am taking aggragtion as SUM, It's working perfectly.
Best Regards,
Ganesh
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 52 | |
| 50 | |
| 34 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 77 | |
| 41 | |
| 26 | |
| 26 |