DAX Variables and where to declare them,

dicken

Active Member
Joined
Feb 12, 2022
Messages
280
Office Version
  1. 365
Platform
  1. Windows
Hello,
I hope someone can gvie me some advice ( reading suggestions ) regarding variables, I'm confused.
So, Variables of defined once, and are constant, but if I use

Excel Formula:
ab:=VAR maxindex = MAX(Table1[Index]) RETURN maxindex

and then drop that into a pivot table it takes on filter context of the
Pivot table. But sometimes I've had to define the Variable within the iterator,

Excel Formula:
Copy of Measure 1:=
SUMX(
    Table1,
              VAR aregion = Table1[Regeio
RETURN
               RELATED( Table2[Budget] )    / COUNTROWS(FILTER(ALL(Table1) )
          )
I seem to be misunderstanding somthing? any suggestions or information welcome.

Richard.
 
Hello Matt, sorry this is becoming something of a saga, I think the penny has dropped, I need to declare it as a naked variable,
which is why I need it 'inside' I'm in p pivot so don't have selecedtvalue, I'll try, "if hasone and vaules" just to see if it works" .
Thanks for your patience.
I hae a question coming up re Averages, different methods and efficiency.
Richard.


I did try using
VAR aregion = IF(HASONEVALUE(Table1[Region]),VALUES(Table1[Region]))
but just got back infinity, not the 35000 which is correct, and what declariing within Sumx produces.

Richard
 
Upvote 0

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN

Forum statistics

Threads
1,214,818
Messages
6,121,725
Members
449,049
Latest member
MiguekHeka

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top