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.
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?