Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext 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
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.
@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_STATUS | PM_ORDER_USER_STATUS | Total_Hours | Status | Displayed | Rev_Group |
| CNF,NMAT,PRC,PRT,SETC | E1 | 15 | CLSD | False | PLANNED |
| TECO,PCNF,DLFL,NMAT,PPRT,PRC,SETC | E1 | 90 | CLSD | False | COV-HLD2 |
| CLSD,NMAT,PRC,SETC | CANC | 1 | CANC | False | PLANNED |
| CLSD,CNF,CSER,GMPS,MACM,PRC,PRT,SETC | E1 | 86 | CLSD | False | COV-CAN |
Hi @Anonymous ,
Is below column what you need?
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])
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 64 | |
| 32 | |
| 31 | |
| 27 |