Forum Discussion
Anonymous
2 years agoNot applicable
Filter bar chart
How I can filter this bar chart to only keep projects (bars) that have late deliveries, i.e. only show projects A and B in this example? Sample data table is below Sample data table: del...
- 2 years ago
hello Anonymous
please check if this what you need.
If this what you need, then you can create new measure with conditional if or switch.
Measure =var _Late = CALCULATE(COUNT('Table'[Delivery time]),'Table'[Delivery time]="Late")ReturnIF(_Late>0,COUNT('Table'[Delivery time]))then change the x-axis value into the measure that has been made above.Hope this will help you.
Thank you.
Ashish_Mathur
2 years agoSuper User
Hi,
Share the dowload link of the PBI file.
Anonymous
2 years agoNot applicable
I cant share the file. It's proprietory data. See sample data file above. Thanks!