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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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])
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 145 | |
| 125 | |
| 107 | |
| 79 | |
| 54 |