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 nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. 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])
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 20 | |
| 18 | |
| 14 |
| User | Count |
|---|---|
| 58 | |
| 51 | |
| 41 | |
| 30 | |
| 24 |