Forum Discussion
Anonymous
8 years agoNot applicable
Calculated column on matching data
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 ---------- ----------- ---...
- Anonymous8 years ago
Hi Anonymous
Try this calculated column.
Calculated = CALCULATE(MAX(Ex_earlier[Measure]),FILTER(Ex_earlier, Ex_earlier[Column2]=EARLIER(Ex_earlier[Column1])))
Thanks
Raj
Anonymous
8 years agoNot applicable
Hi Anonymous
Try this calculated column.
Calculated = CALCULATE(MAX(Ex_earlier[Measure]),FILTER(Ex_earlier, Ex_earlier[Column2]=EARLIER(Ex_earlier[Column1])))
Thanks
Raj
- Anonymous8 years agoNot applicable
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