Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello Community,
I need your help to correct my measure or create a new one to suit the filter, that i will select it.
When i want to select one of the filter above, will give me unrealistic results or ratio.
Thanks in Advance
@Talal141218 , Try using
B2C Geschäft von G.S % =
VAR B2C =
CALCULATE(
[CM_SalesLine_SalesOrderLine_AmountSales_ExclAll_LCY],
Fact_SalesLine[SalesOrderLineOrderTypeName] IN {"B2C Dropshipping", "b2c Bulk"}
)
VAR Gesamtorderamount =
CALCULATE(
[CM_SalesLine_SalesOrderLine_AmountSales_ExclAll_LCY],
ALL(Fact_SalesLine[SalesOrderLineOrderTypeName])
)
RETURN
DIVIDE(B2C, Gesamtorderamount)
Proud to be a Super User! |
|
The same result. Thx for trying.
Hi @Talal141218 ,
Try to add allselected() when there is a table calculation and if you still have problems, please share the sample data as well as the expected results.
Hope it helps!
Best regards,
Community Support Team_ Scott Chang
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Check out the November 2025 Fabric update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!