How do you extract the name of Calculation Group Item so you can display what is chosen? #1329
Closed
TinyTimothy2
started this conversation in
Data Modeling
Replies: 1 comment
-
FYI - I figured it out that i had multiple calc groups effecting measure in a title. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do you extract the name of Calculation Group Item so you can display what is chosen? Ie in the title of matrix or graph
It should be simple and follow this type of pattern.
VAR _SelectedItem = SELECTEDVALUE('CG_TI_All'[Period] , "No Selection")
RETURN
_SelectedItem
It only works for the first ordinal in a Calc group
For anything else I choose, it ‘disappears’, assume no value returned
Beta Was this translation helpful? Give feedback.
All reactions