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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
w_Strzelecka
New Member

Chart end/start date

I want to make a column chart with the distribution of employment over individual months. My data is: start date (05-2021), end date (10-2021) and FTE e.g. 0.8. How to show that this FTE value is 0.8 from May to October (so that the chart shows the individual months, May, June, July etc ..)

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi  @w_Strzelecka ,

I created some data:

vyangliumsft_0-1639639365803.png

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))

vyangliumsft_1-1639639365805.png

2. Place [Month] of Table2 on Axis, and place [FTE] of Table on Values.

3. Place [Flag] in Filter, set is=1, applyfilter.

vyangliumsft_2-1639639365808.png

4. Result:

Only months containing 0.8 are displayed in the visual object

vyangliumsft_3-1639639365810.png

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

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi  @w_Strzelecka ,

I created some data:

vyangliumsft_0-1639639365803.png

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))

vyangliumsft_1-1639639365805.png

2. Place [Month] of Table2 on Axis, and place [FTE] of Table on Values.

3. Place [Flag] in Filter, set is=1, applyfilter.

vyangliumsft_2-1639639365808.png

4. Result:

Only months containing 0.8 are displayed in the visual object

vyangliumsft_3-1639639365810.png

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

amitchandak
Super User
Super User

@w_Strzelecka , You can create  static measure

 

measure =.8

 

in case you have selected range and other fact measure support it should work 

 

or plot this date range

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
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.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.