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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors