Forum Discussion
ISFILTERED multiple values
- 1 year ago
Instead of SELECTEDVALUE use VALUES. That will return multiple rows if more than 1 option is chosen.
Hi fjjpeeters1976
If you want to select multiple values (months, quarters, years, etc.), and filter a measure accordingly, you need to use Values() instead of SelectedValue(), and apply it in a CALCULATE filter context.
MyMeasure :=
CALCULATE(
[YourBaseMeasure],
'Calendar'[Period] IN VALUES('PeriodSelector'[Period])
)
π I hope this solution helps you unlock your Power BI potential! If you found it helpful, click 'Mark as Solution' to guide others toward the answers they need.
π‘ Love the effort? Drop the kudos! Your appreciation fuels community spirit and innovation.
π As a proud SuperUser and Microsoft Partner, weβre here to empower your data journey and the Power BI Community at large.
π Curious to explore more? [Discover here].
Letβs keep building smarter solutions together!