Quantcast
Channel: PowerBI Desktop
Viewing all articles
Browse latest Browse all 20

Dynamix Measure

$
0
0
Hello,

Hoping someone could help.
I'm trying to find a way to shorten this measure, as it's based on the position and most the of filtered columns are repeated.

Code:
[COLOR=#000000][FONT=Consolas]Gross Issued APV (Team) = 
VAR HierarchySel =
    SELECTEDVALUE ( 'Hierarchy'[Hierarchy Switch] )
VAR SelectedCode = [Agent Code]
VAR SelectedDiv =
    SELECTEDVALUE ( 'Employee Selection'[Division] )
VAR SelectedReg =
    SELECTEDVALUE ( 'Employee Selection'[Region] )
VAR SelectedPos =
    SELECTEDVALUE ( 'Employees by Week'[Position...

Read more

Viewing all articles
Browse latest Browse all 20

Trending Articles