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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Anonymous
Not applicable

Need to declare Global variable in power bi DAX....

I want to declare global variable in Power bi so that I can use them while creating new measure using DAX. Can it be possible to do .

 

eg 

var Curdate= MAX(End of month Date)

 

 

1 REPLY 1
Mariusz
Community Champion
Community Champion

Hi @Anonymous 

 

Unfortunately, you can not declare a global variable.

If you need to calculate a value only once when the model is loaded then DAX table or column is probably the best option.

If you need dynamic calculation then Measure can be recycled in another measure, but it will always recalculate.

 

Best Regards,
Mariusz

If this post helps, then please consider Accepting it as the solution.

Please feel free to connect with me.
LinkedIn

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 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.