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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
PoojaS5
Frequent Visitor

Change value in table based on slicer which has two fields

Greetings,

 

Below is the table where i have some sort of transit time condition status, which has 4 consecutive columns contains region, mode, gross status and net status.(where i have 20K+ line items)

DateRegionModeGross statusNet status
11/03/2022USAAirMetNot Met
17/03/2022CanadaAirMetNot Met
15/04/2022CanadaOceanNot MetMet
27/04/2022EUOceanNot MetNot Met
06/05/2022ChicagoAirMetMet

 

I want to create a table in powerBI where it has to show the status based on two slicers, where i need to include category as one slicer and statuses as one slicer.

PoojaS5_0-1679325109851.png

PoojaS5_1-1679325149371.png

so what i expect my output to look like is attached as reference,

which both the category and percentage has to be changed based on the slicer i choose,

percentage is nothing but the met status of the shipment on how much the month has achieved the performance

 

PoojaS5_2-1679325205717.png

 

1 REPLY 1
amitchandak
Super User
Super User

@PoojaS5 , better to unpivot columns Gross status, and Net status in the power query

Unpivot Data(Power Query): https://youtu.be/2HjkBtxSM0g

 

Then you can have a measure

divide(countrows(filter(Table, table[Status]= "Met") ), countrows(Table) )

 

 

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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.