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.
In this allselected(product[category]) should have a shadow filter for allselected to activate it right. Here there is a slicer, but where is the iterator that produces a shadow filter.
Solved! Go to Solution.
@Cyriackpazhe yes, an implicit shadow filter is applied in this scenario.
if it works, please accept the answer as solution
BBF
@Cyriackpazhe The shadow filter here is the filter applied by the slicer on Products[Category].
It is activated by ALLSELECTED(Products[Category]) because ALLSELECTED removes only row-level filters, not slicer filters.
@Cyriackpazhe Hi!
If you want to ensure a shadow filter is explicitly applied, you should use:
SUMX(
VALUES(Products[Category]),
[Total Sales]
)
BBF
So is an implicit shadow filter applied here.
@Cyriackpazhe yes, an implicit shadow filter is applied in this scenario.
if it works, please accept the answer as solution
BBF
Which is the implicit shadow filter here. Could you elaborate that
sorry to bother you, I don't get it. Which is the shadow filter which is activated by allselected. There is a slicer, but a shadow filter to be used in Allselected??
@Cyriackpazhe The shadow filter here is the filter applied by the slicer on Products[Category].
It is activated by ALLSELECTED(Products[Category]) because ALLSELECTED removes only row-level filters, not slicer filters.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
19 | |
7 | |
6 | |
5 | |
4 |
User | Count |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |