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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
giroldoale
Helper I
Helper I

Variable not allowed

Hi,

I'm pretty new into DAX formulas.

I'd like to know the reason why in the formula reported into the screendshot there is no possibility to inser the variables of the table.

I need to write a formula like this--> If(Ship Date<>Blank(), 1,0) -->why it is not allow to me?

giroldoale_0-1618908291141.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @giroldoale ,

 

In the measure, if you want to get the row value you will need to use SELECTEDVALUE() function.

So your measure should be like:

IF(SELECTEDVALUE(skip date)<>blank(),1,0)

 

Best Regards,

Jay

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @giroldoale ,

 

In the measure, if you want to get the row value you will need to use SELECTEDVALUE() function.

So your measure should be like:

IF(SELECTEDVALUE(skip date)<>blank(),1,0)

 

Best Regards,

Jay

HarishKM
Memorable Member
Memorable Member

@giroldoale  Hey Mate ,
While using if you have provide some aggregation(max (date[date]) or min(date[date]) then only you are allowed else use power query .

Kindly open power query then go to add col. then select conditona col and follow below method it will fulfil your requirment .

HarishKM_1-1618911381914.png


output will be when date then 1 else 0 .
output will be like this 

HarishKM_3-1618911494160.png

 

Kudos will be appriciated .

 

 

 

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.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors