This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi @Ania26 ,
Not really sure if I understand what you want to achieve but if you replace the ALL by ALLSELECTED you will get the values based on the filter/values applied meaning that if you are at market level you will get that specific market value if you are at any other level you will get the total values for the selected markets.
If this is not the expected outcome please elaborate a little bit more on the result and if possible share a mockup file and expected result.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @Ania26 ,
Straightforward option could be to create two measures each for its own intended purpose, the original measure above would be Out_Total and a base version of the measure that lets the filter Destination Market flow through will be a Out_Market measure. And it could even be modified as:
OUT_Market =
CALCULATE(
[(CC) Volume Estimates],
'EPS Data_CIGARETTES_BASE'[*** Domestic Indicator] = "Non-Domestic",
'EPS Data_CIGARETTES_BASE'[Year] = 2025
)
OUT_Total =
CALCULATE(
[OUT_Market],
ALL('EPS Data_CIGARETTES_BASE'[Destination Market])
)
I believe you had applied the ALL for a certain intent such a KPI card or something for which you had to modify the filter context to block any filter coming in for the Destination market. Again, in another visual, you want the filter for the same field to come through but that such a conditional turning on or off of a filter context cannot be cleanly achieved so this approach might be a maitainable one.
Hope it helps!
Hi @Ania26 ,
Not really sure if I understand what you want to achieve but if you replace the ALL by ALLSELECTED you will get the values based on the filter/values applied meaning that if you are at market level you will get that specific market value if you are at any other level you will get the total values for the selected markets.
If this is not the expected outcome please elaborate a little bit more on the result and if possible share a mockup file and expected result.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsCheck out the May 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 |
|---|---|
| 30 | |
| 28 | |
| 23 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 49 | |
| 47 | |
| 41 | |
| 21 | |
| 19 |