This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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])
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 32 | |
| 26 | |
| 23 | |
| 22 | |
| 15 |
| User | Count |
|---|---|
| 63 | |
| 45 | |
| 28 | |
| 24 | |
| 22 |