Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
codyraptor
Resolver I
Resolver I

Dynamically pass Parameter Measures through calculation item

I have metrics grouped using the new Parameter function.  Is it possible to dynamically pass those metrics through 1 measure so that I can apply a calculation item against it...in this case PY?  

 

Below is what I thought would work...but doesn't seem to pass the measure when selecting from the Parameter list.

 

PY Test = CALCULATE(SELECTEDMEASURE(),'Time Intelligence'[Disp Calcs] = "PY")
 
Thanks!!
1 ACCEPTED SOLUTION

Hi @codyraptor ,

You can refer the following links to get it...

1. Using Field parameter

Change measure values dynamically in the visual

yingyinr_0-1658996848259.png

2. Create a measure dimension table

Power BI DAX Dynamic Measures

yingyinr_2-1658997002042.png

yingyinr_1-1658996934966.png

 

How to dynamically switch between measures in Power BI visuals with Field Parameters

yingyinr_3-1658997135129.png

Best Regards

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

@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.

codyraptor_0-1658772737596.png

 

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.  

codyraptor_0-1658781875560.png

 

 

Hi @codyraptor ,

You can refer the following links to get it...

1. Using Field parameter

Change measure values dynamically in the visual

yingyinr_0-1658996848259.png

2. Create a measure dimension table

Power BI DAX Dynamic Measures

yingyinr_2-1658997002042.png

yingyinr_1-1658996934966.png

 

How to dynamically switch between measures in Power BI visuals with Field Parameters

yingyinr_3-1658997135129.png

Best Regards

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.