To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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)
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.
User | Count |
---|---|
14 | |
11 | |
6 | |
6 | |
5 |
User | Count |
---|---|
29 | |
17 | |
11 | |
7 | |
5 |