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

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.

Reply
Anonymous
Not applicable

Create measure using another measure and column

Hi,

I have created one measure named Quantity. Now I need to create one more measure using Toatl= Quantity * Table[cost].

 

Table looks like:

id   Month  ResvervedQty    cost

1     Jan         5                      100

1     Jan          7                      200

1     jan          9                      300

 

Suppose I have my Quantity = 7 , I need to use that cost which have same value as Quantity. In this case  toatl= 7*200

 

Thanks in Advance

 

 

3 REPLIES 3
Anonymous
Not applicable

Hi @Anonymous ,

How to get the formula for Measure? Please provide more details and desired output.

 

Best Regards

Community Support Team _ Polly

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

amitchandak
Super User
Super User

@Anonymous , You can not create a measure and column together in new column

 

Try a measure like 

sumx (Table,[ResvervedQty ]*[Cost] )

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

But I need to compare Measure and cloumn value(ReservedQty) and based on this I need to select cost which will be then multiplied to my Measure.

Helpful resources

Announcements
October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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.