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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! 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
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.