Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Ra21
New Member

how to convert a column to measure using measure in power bi dax

it should not do any max min , it should just bring what erver value in the old column to neaw measure.

4 REPLIES 4
v-piga-msft
Resident Rockstar
Resident Rockstar

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

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
sokg
Solution Supplier
Solution Supplier

Why do you want to do that?

 

Can you provide us with sample data???

 

and the outcome you want?

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors