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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
it should not do any max min , it should just bring what erver value in the old column to neaw measure.
Hi @Ra21,
I'm still a little confused about your scenario. More details will be helpful.
Please share some data sample and your desired output so that we could help further on it.
Best Regards,
Cherry
table a has column a with aa, bb, cc records
i need this column a as measure in another table with same data and no filter
op will be
2nd table
a(new col)
aa,
bb,
cc
No calculated columns only measure is created as it is a live ssas cube connection.
Hi @Ra21,
What about the formula below?
Measure =CALCULATE(MAX('Table1'[A]),ALL(Table1))
I'm not clear about what do you want to do.
Do you want to use this measure in another table? What is the another table?
Best Regards,
Cherry
Why do you want to do that?
Can you provide us with sample data???
and the outcome you want?