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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
Anonymous
Not applicable

Chart Filtered

Hi Gurus, 

 

I have a pretty hard requirement (to me).

 

I need to filter only the Planned hours bar that are 'Closed'. this value comes from a column, when I filter the chart it apples to whole visual ( Including COV-CANC,COV-CONT, COV-HLD2 etc..) I only need to filter PLANNED bar. is there anyway to acheive this impossible. 

 

Chart Requirement.JPG

3 REPLIES 3
amitchandak
Super User
Super User

@Anonymous ,Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

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
Anonymous
Not applicable

 

@amitchandak , only few rows, what I want is to exclued PM_ORDER_SYSTEM_TYPE that include CLSD from only PLANNED Rev_Group.

 

PM_ORDER_SYSTEM_STATUSPM_ORDER_USER_STATUSTotal_HoursStatusDisplayedRev_Group
CNF,NMAT,PRC,PRT,SETCE115CLSDFalsePLANNED
TECO,PCNF,DLFL,NMAT,PPRT,PRC,SETCE190CLSDFalseCOV-HLD2
CLSD,NMAT,PRC,SETCCANC1CANCFalsePLANNED
CLSD,CNF,CSER,GMPS,MACM,PRC,PRT,SETCE186CLSDFalseCOV-CAN
Anonymous
Not applicable

Hi @Anonymous ,

 

Is below column what you need?

Annotation 2020-06-26 160015.png

Here is the dax expression:

 

Column = 
var _check=SEARCH("CLSD",'Table'[PM_ORDER_SYSTEM_STATUS],1,0)
Return
IF('Table'[Rev_Group]="PLANNED"&&_check=1,BLANK(),'Table'[Rev_Group])

 

 

 
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!

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.