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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi ,
I have 2 star schemas in my model with common dimensions : sales and plan
Not all sales have plan value and that is causing plan measure to be blank when comparing to sales measures.
I want to create a slicer which I can switch between "price is blank" and "price is not blank" values so I will be able to show only records which have both sales and price plan.
I added a Plan flag to planTable as follow :
Hi @Gilad ,
A measure couldn't be used in a slicer or only a column could be used to feed a slicer. Try to add a calculated column and feed the slicer then.
hi @FreemanZ ,
When I tried to add calculated column , it give a wrong result as "not missing" in all cases even if the value does not exists in the Price_Plan table.
Basically , the idea is to create a slicer that can switch between "is blank" and "is not blank" as it exists in filters