Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
The following measure calculates quantity of parts based on specific slicers to calculate a production yield.
TOTAL_QTE_PROD = CALCULATE(SUM(tblQTE_PROD[QTE_PROD]);ALL(tblQTE_PROD))
Is it possible for this measure not to change when user is interacting with other visuals. The interaction button cannot be deactived because of other columns will need the interaction.
I was thinking of passing the measure value in a kind of variable or the equivalent.
Thank you very much.
Sylvain
Hi @scastonguay1,
With above formula you provided, the returned result is fixed, won't be affected by any slicer filter or interaction filter, because of the usage of ALL() function.
Regards,
Yuliana Gu
Hi,
Attached is a picture that should better explain my current situation. When a selecting a row in a visual the interaction filter changes the QTE_PROD.
Hope this clarifies. An image = 1K words!
Thanks for the quick reply
Regards
Sylvain
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
73 | |
72 | |
39 | |
31 | |
26 |
User | Count |
---|---|
97 | |
87 | |
43 | |
40 | |
35 |