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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
How to get "Blank" when nothing is selected on slicer in the below given case :
Finsihin Date = IF(CALCULATE(VALUES(Data[Finish Date])) = Blank (), "Worknig", FORMAT(VALUES(Data[Finish Date]), "D/MMMM"))
pls try this
this is all just an example
IF( not ISFILTERED(VALUES(Data[Finish Date]) ,"Blank",FORMAT(VALUES(Data[Finish Date]), "D/MMMM")))
thanks but not working
@devsharma6830
slicer values always come from a field but not from a measure!
Hence try using SELECTEDVALUE Function.
Proud to be a Super User!
I tried but not appropriate result
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 66 | |
| 60 | |
| 45 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 106 | |
| 106 | |
| 40 | |
| 29 | |
| 28 |