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
melanie-g
Frequent Visitor

Measure value changing

Hi there

 

I want to create a measure for PVR benchmark, that displays different values for the Grouping Level (see below screen shot).

 

The first category is State

The second category is Site

The third category is Product

 

Each product listed is either Luxury or Non Luxury.

If a product is Luxury, the benchmark should be $1000.

If a product is Non Luxury, the benchmark should be $350.

If you are looking at the Site or State result total, the benchmark should be $550.

 

So in my example below, if the products are Non Luxury, I want each product line to show $350 instead of $550. 

 

Any help would be appreciated.

 

Thanks. 

Melanie

 

melanieg_1-1659926883348.png

 

 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@melanie-g , Based on what I got a new measure

 

A new measure =  Switch(True() ,

isinscope([Product Type]) && Max(Table[Product Type])= "Luxury" , 1000 ,

isinscope([Product Type]) && Max(Table[Product Type])= = "Non Luxury" , 350,

550)

 

 

How to use insinscope

IsInScope - Switch Rank at different levels: https://youtu.be/kh0gezKICEM

https://www.kasperonbi.com/use-isinscope-to-get-the-right-hierarchy-level-in-dax/

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@melanie-g , Based on what I got a new measure

 

A new measure =  Switch(True() ,

isinscope([Product Type]) && Max(Table[Product Type])= "Luxury" , 1000 ,

isinscope([Product Type]) && Max(Table[Product Type])= = "Non Luxury" , 350,

550)

 

 

How to use insinscope

IsInScope - Switch Rank at different levels: https://youtu.be/kh0gezKICEM

https://www.kasperonbi.com/use-isinscope-to-get-the-right-hierarchy-level-in-dax/

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.