Forum Discussion
Chart end/start date
- Anonymous4 years ago
Hi w_Strzelecka ,
I created some data:
There are 0.8 in June, July, September
Here are the steps you can follow:
1. Create calculated table.
Table 2 = SUMMARIZE('Table','Table'[Month],'Table'[FTE],"Flag",IF([FTE] in {0.8},1,0))2. Place [Month] of Table2 on Axis, and place [FTE] of Table on Values.
3. Place [Flag] in Filter, set is=1, applyfilter.
4. Result:
Only months containing 0.8 are displayed in the visual object
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi w_Strzelecka ,
I created some data:
There are 0.8 in June, July, September
Here are the steps you can follow:
1. Create calculated table.
Table 2 =
SUMMARIZE('Table','Table'[Month],'Table'[FTE],"Flag",IF([FTE] in {0.8},1,0))
2. Place [Month] of Table2 on Axis, and place [FTE] of Table on Values.
3. Place [Flag] in Filter, set is=1, applyfilter.
4. Result:
Only months containing 0.8 are displayed in the visual object
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly