Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
HI,
I have my data as below.
In 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.
Hi @hegde86
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]
Hi @hegde86
If tkrupka's suggestion doesn't help, please show me more details:
How to calculate the measure 'Item Performance(Measure)'?
See if this will meet your needs.
ColumnFinalItemPerformance = CALCULATE ( SUM ( Weighted Based on Supplier Category) * [Item Performance])
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 20 | |
| 17 | |
| 11 |
| User | Count |
|---|---|
| 55 | |
| 53 | |
| 41 | |
| 36 | |
| 32 |