The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
User | Count |
---|---|
24 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
12 | |
10 | |
10 | |
9 |