Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |