Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Roskalnikov
Frequent Visitor

Returning Dimensions with Blank Values

Hey all,

 

I'm trying to return a column on a table that list dimension items with blank values in related fact table. I've tried different iterations of nested ISBLANK in CALCULATE to no avail. 

 

An example of the data I'm trying to work on is below. 

 

Dimension Table:

Name: HN_Dim

GP RegionHealth Network
LakembaNSW
PerthWA
WindangNSW
Come Here by ChanceNSW

 

Fact Table:

Name: Services_Recieved_Fact

GP RegionServices Recieved
Lakemba2.5
Perth20
Windang 
Come Here by Chance 

 

Desired result:

GP Region
Windang
Come Here By Chance

 

Many thanks. 

 

Roskalnikov

1 ACCEPTED SOLUTION
tamerj1
Super User
Super User

Hi @Roskalnikov 

place HN_Dim[GP Region] in a table visual then place the following filter measure in the filter pane of this table visual, select "is blank" and apply the filter 

FilterMeasure = SELECTEDVALUE ( Services_Recieved_Fact[Services Received] )

View solution in original post

4 REPLIES 4
tamerj1
Super User
Super User

Hi @Roskalnikov 

place HN_Dim[GP Region] in a table visual then place the following filter measure in the filter pane of this table visual, select "is blank" and apply the filter 

FilterMeasure = SELECTEDVALUE ( Services_Recieved_Fact[Services Received] )

Hey @tamerj1

 

Thank you so much, worked a treat!

Anonymous
Not applicable

ISBLANK() returns true/false, try BLANK()

I've trued using BLANK() but doesn't seem to work. What would you have written as a measure?

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.