Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
Hi All
Happy new year. I have searched the community for this issue, but I am not finding anything to help.
I have a table (matrix) that looks like this:
That I need in the table format like this:
The budget is a MIN(budget) value from the table,
The 5 Day PnL values are measures all calculated in a similar fashion: FI 5 DAY PnL act BW = CALCULATE( SELECTEDVALUE(BW[ROLLING_FI]), FILTER(BW, BW[TRANSDATE]=[SelectedDate BW]))
Solved! Go to Solution.
Hi @sthandiwe ,
For this you need to create two tables:
Then using a SWTICH function you must add the measures you need to the calculation something similar to:
Metric by component =
SWITCH( TRUE(),
SELECTEDVALUE(Component[Table]) = "Fi" && SELECTEDVALUE(MeasureType[Column]) = "Budget",MIN(BW[FIBudget]),
SELECTEDVALUE(Component[Table]) = "Fx" && SELECTEDVALUE(MeasureType[Column]) = "Budget",MIN(BW[FxBudget]),
...
)
Then just make the necessary adjustments for each of your metrics
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @sthandiwe ,
You should put last part of the names:
Budget
5 Day PNL
Triggger
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @sthandiwe ,
For this you need to create two tables:
Then using a SWTICH function you must add the measures you need to the calculation something similar to:
Metric by component =
SWITCH( TRUE(),
SELECTEDVALUE(Component[Table]) = "Fi" && SELECTEDVALUE(MeasureType[Column]) = "Budget",MIN(BW[FIBudget]),
SELECTEDVALUE(Component[Table]) = "Fx" && SELECTEDVALUE(MeasureType[Column]) = "Budget",MIN(BW[FxBudget]),
...
)
Then just make the necessary adjustments for each of your metrics
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi Felix
What do I put in the types of measures table?
Hi @sthandiwe ,
You should put last part of the names:
Budget
5 Day PNL
Triggger
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsIf 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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 40 | |
| 37 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 67 | |
| 34 | |
| 33 | |
| 30 |