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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
Afaque_Eclerx
Frequent Visitor

Dynamic Measure

Hi Team,

 

I have a task where I need to dynamically switch to measure for a visual.

E.g. I have Measure1 and Measure 2 and country and category filter. 

By default as initially there will be no value selected in country or in category filter the visual should show data using measure1 

If user select any value from country or category filter the visual should use measure 2.

NOTE: My data is coming proper with measure1 and measure2 Only help I need is switching among these 2 measure's

 

I tried this measure:

1.  switch(True(), SELECTEDVALUE(PA_MKT_CATE_OARP[country])<>Blank(),[Selected Caountry_categ],SELECTEDVALUE(PA_MKT_CATE_OARP[country])=BLANK(),[Total country_categ])

 

2. if(SELECTEDVALUE(PA_MKT_CATE_OARP[country])<>BLANK() || SELECTEDVALUE(PA_MKT_CATE_OARP[category])<>BLANK(),[Selected Caountry_categ],[Total country_categ])

But output is not coming correctly.

3 REPLIES 3
Afaque_Eclerx
Frequent Visitor

Kindly help me with the dax formula if possible.

Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.

https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523

lbendlin
Super User
Super User

you are probably looking for HASONEVALUE().

 

Also consider using Field parameters or Calculation Groups.

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.