Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have made a formule for Offer Agreement as follow:
COUNT ('om_orders'[Ordernr.]) /
CALCULATE (
COUNT ('om_orders'[Offertenr.]);
'om_orders'[type] = 10
)
I have also slicers for Productgroup and Item and I will use them for this calculation.
At the moment when I choose a Productgroup nothing change.
How can I fix this.
@janwillem wrote:
I have made a formule for Offer Agreement as follow:
COUNT ('om_orders'[Ordernr.]) /
CALCULATE (
COUNT ('om_orders'[Offertenr.]);
'om_orders'[type] = 10
)
I have also slicers for Productgroup and Item and I will use them for this calculation.
At the moment when I choose a Productgroup nothing change.
How can I fix this.
Is the formula a calculated column or measure? For calculated column, it won't be affected by any slicer.
Can you share a screenshot of your results? It's probably specific to your data. Maybe you didn't relate the tables? There could be a number of possible issues here.
Best,
Martin
Check out the November 2025 Power BI 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!