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
Hi Community, I would like my measure in table to ignore when slicer is selected.
Below is my measure which is calculating previous month income based on week ranks and is showing blank when slicer is selected
Thank you in advance for any suggestions/advices.
RV
Solved! Go to Solution.
Hi @RJ_KON,
In your formula, you need to apply the filter for CW variable as well:
VAR CW = CALCULATE(MIN('Calendar'[WeekRank]),REMOVEFILTERS('Calendar'[Financial Week]))
Hi @RJ_KON,
In your formula, you need to apply the filter for CW variable as well:
VAR CW = CALCULATE(MIN('Calendar'[WeekRank]),REMOVEFILTERS('Calendar'[Financial Week]))
Hi Govindarajan, it worked.
Thank you
RV
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!
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 21 | |
| 10 | |
| 8 | |
| 8 |