Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register 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])
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 41 | |
| 37 | |
| 34 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 59 | |
| 31 | |
| 26 | |
| 25 |