Forum Discussion
Dynamically pass Parameter Measures through calculation item
- Anonymous4 years ago
Hi codyraptor ,
You can refer the following links to get it...
1. Using Field parameter
Change measure values dynamically in the visual
2. Create a measure dimension table
How to dynamically switch between measures in Power BI visuals with Field Parameters
Best Regards
codyraptor , This PY can be slicer value
CALCULATE(SELECTEDMEASURE(),'Time Intelligence'[Disp Calcs] = Selectedvalue(YearType[Year Type]) )
amitchandak To clarify...the filter for Year in the measure is not the issue...I need to dynamically pass the measure through the dax using the Field Parameter. The below dax works...but I don't want to have to call out every metric and possibly lose formatting. I'd rather it recognize the selection in the Field Parameter.
Below is the specific visual I'm trying to support without creating multiple measures. I have 6 metrics in the Field Parameter...I want to pass them all through PY which would make the card dynamic below...allowing me to create 1 PY measure against my 'Metrics' field parameter.
- Anonymous4 years agoNot applicable
Hi codyraptor ,
You can refer the following links to get it...
1. Using Field parameter
Change measure values dynamically in the visual
2. Create a measure dimension table
How to dynamically switch between measures in Power BI visuals with Field Parameters
Best Regards