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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
admin11
Memorable Member
Memorable Member

Why need to have ISBlank before can filter ?

Hi All

I like to learn about below syntax :-
 
Flag GROUP TYPE_G16 ONLY = IF ( ISBLANK('Group TYPE'[GROUP_TYPE]), "0",if('Group TYPE'[GROUP_TYPE] in {"G16"},"1", "0"))
 
First question is why i cannot simplfy the syntax to below :-
 
Flag GROUP TYPE_G16 ONLY =
if
(
'Group TYPE'[GROUP_TYPE] in {"G16"},"1", "0"
)
 
Hope some one can share with me 
 
Paul
1 ACCEPTED SOLUTION
CNENFRNL
Community Champion
Community Champion

@admin11 , it seems like a statement in a calculated column; if so, you might want to try a more simplified one,

( 'Group TYPE'[GROUP_TYPE] = "G16" ) + 0

Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension!

DAX is simple, but NOT EASY!

View solution in original post

2 REPLIES 2
CNENFRNL
Community Champion
Community Champion

@admin11 , it seems like a statement in a calculated column; if so, you might want to try a more simplified one,

( 'Group TYPE'[GROUP_TYPE] = "G16" ) + 0

Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension!

DAX is simple, but NOT EASY!

amitchandak
Super User
Super User

@admin11 , refer if this blog can help you

https://www.sqlbi.com/articles/blank-handling-in-dax/

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors
Top Kudoed Authors