This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
HI All
One week ago I post a question related matrix table return wrong GP%. See below post.
Remark :-
I have provide sample PBI file
2. I also have share my expected result using excel table.
hope some one can advise me
Paul
Hi @admin11 ,
I think you can try to get correct subtotal by SUMX() based on [_YTD_GPM] measure.
Measure 7 = SUMX(VALUES('DATE'[YrMth Sort]),[_YTD_GPM])PnL CY = SWITCH(SELECTEDVALUE('_PnL_Var'[PnL_Var]),
"1_REV", [_YTD_REV_N],
"2_COGS",[_YTD_COGS1],
"3_OTH", [_YTD_OTH_IN],
"4_EXP", [_YTD_EXP2],
"5_NET_P",[_YTD_NP_],
"6_GPM",[Measure 7],
"7_NPM",[_YTD_NPM]
)
Result is as below.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous
Thank you very much for your response.
i Have found out the issue :-
Check out the April 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 |
|---|---|
| 36 | |
| 33 | |
| 31 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 66 | |
| 55 | |
| 31 | |
| 24 | |
| 23 |