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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I have been using a DAX measure to harvest slicer selections (in example: Sales Area, Financial Quarter Year), create keys on the fly and use these to then filter a disconnected Targets table and sum the relevant values.
If you want the measure to be blank in tables yet not blank in cards, you'll need a second measure, like:
New Clients Target MEASURE Non Blank = IF(ISBLANK([New Clients Target MEASURE]),0,[New Clients Target MEASURE])
Cheers!
Nathan
Thanks for the suggestion Nathan, though it's not that I want the measure to return a 0 instead of a blank. Basically regardless of whether there are any data rows I want the Target measure (hence table) to still be able to return it's value.
When I select Belfast, the value for the current selections should return 1. However due to the lack of New client in the sales table, the target measure is returns either a blank, or a zero as per your IF suggestion.
I want to be able to see a Sales Areas target regardless of whether a sale has occured within the selected time period.
I'm struggling to articulate this problem, hopefully the screenshot below helps...
@pmcmonag - Why is targets disconnected? You could make a many-to-many relationship to Targets from each of the date and Team tables. Then you don't need to do too much work in DAX.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.