Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello Team,
I believe that slicier accepts only columns as input. By default I can't add measure to the slicer.
How do i create a workaround to have the below DAX as a filter/slicer?
I heard that it has something to do with creating a small table, "enter data" and applying filters using some dax functions like combination of switch and selected value.
But i don't know how to implement it. Please help.
Project Removed = IF(NOT(ISBLANK([Category Previous])) && [Category Current] = "Null" &&
([Category Previous] <> BLANK() || [Category Current] <> BLANK()), "✔", BLANK())
New to R4 =
VAR AmountPreviousWeek =
CALCULATE(
SUM(REP_REVENUE_R1_R4_SNAPSHOT[AMOUNT]),
FILTER(
REP_REVENUE_R1_R4_SNAPSHOT,
REP_REVENUE_R1_R4_SNAPSHOT[SNAPSHOT_DATE_BK] = MAX('Previous Reporting Date'[Previous Reporting Date])
)
)
RETURN IF(ISBLANK(AmountPreviousWeek) && [Category Previous] = "Null", "✔", BLANK())
Thanks!
Hi,
Share some data (in a format that can be pasted in an MS Excel file), explain the question and show the expected result.
Hi @Ashish_Mathur
here is the link for the updated question with sample data and expected output
any type of help is appreciated! Thanks!
@Anonymous hi, can you help me on this?
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!