Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request 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?
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!