Forum Discussion
PaulKraemer
1 year agoAdvocate II
Referencing a user controlled variable in a measure
Hi, The link below is to a .pbix file with a single matrix visualization that includes a Measure (PctDiff) that computes the percentage difference between an Actual Value and a Target Value. I h...
- 1 year ago
File didn't open for me
I create a table, and named the column Percentages.
Percentage = GENERATESERIES(0, 100, 1)And a measure
Target = var percentage = SELECTEDVALUE( Percentage[Percentages] ) / 100 RETURN SUM( 'Table'[Value] ) * percentageAdd a slicer for the user to select from and add the measure a table.
PaulKraemer
1 year agoAdvocate II
Thank you Deku - I just updated to the Feb 2025 release, and I still don't have the Single Value option.
I think that is a different question than my original post. I will accept your solution for this one and post another question about the Single Value thing.
I appreciate your help!
Best regards,
Paul