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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
hegde86
Frequent Visitor

Multiply Column & Measure In DAX

HI,

I have my data as below.

Last_Calc.PNGIn this table 'Item Performance(Measure)' is a measure and it is calculated based on input selection on silcer. This needs to be multiplied with 'Weightage Based on Supplier Category'. This is static value which will be based Supplier Category (Gold, Silver Bronze).

 

Challenge is to generate  'Column_Final Item Performance' by multipliction of a column and a measure. Please help me to achive above.

4 REPLIES 4
v-juanli-msft
Community Support
Community Support

Hi @hegde86 

Is this problem sloved? 
If it is sloved, could you kindly accept it as a solution to close this case?
If not, please let me know.
 
Best Regards
Maggie
v-juanli-msft
Community Support
Community Support

Hi @hegde86 

You could only create a measure, calculated columns won't be change with the slicer, it is static.

Measure mutype = SUM('Table'[weight])*[Measure]
Capture10.JPG
 
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-juanli-msft
Community Support
Community Support

Hi @hegde86 

If tkrupka's suggestion doesn't help, please show me more details:

How to calculate the measure 'Item Performance(Measure)'?

 

 

Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
tkrupka
Resolver II
Resolver II

@hegde86 

 

See if this will meet your needs.

 

 

ColumnFinalItemPerformance  = CALCULATE ( SUM ( Weighted Based on Supplier Category) * [Item Performance])

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors