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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Julier
Helper III
Helper III

End data labels

I need to be able to add just the end data labels to this chart, the days are just numbered 1-31 with the sales against each day but i cant seem to find the right measure to to do this.

Julier_0-1732614829097.png

Julier_1-1732614910835.png

 

 

1 ACCEPTED SOLUTION

@Julier As you can see, you need to create a measure for each line in the chart. Then, go to Data Labels and, for each series, set the created measure as the "Value".

2022:

BeaBF_0-1732626616368.png

 

2023:

BeaBF_1-1732626639021.png

 

2024:

BeaBF_2-1732626670346.png

 

Accept the answer as solution!

 

BBF

View solution in original post

12 REPLIES 12
Bibiano_Geraldo
Super User
Super User

Hi @Julier ,

Select your line chart, and in the format pane, in X-Axis, change the type from continuos to categorical:

Bibiano_Geraldo_0-1732616797952.png

 

Thank you but that doesnt allow me just show the end point, is htere a measure that i could use?

Julier_0-1732616922486.png

 

what you mean with "just show the end point", what end point and based on your screenshot, how the output should look like?

 

 

BeaBF
Super User
Super User

@Julier Hi! what do you mean with end data labels? can you share the Pbix file?

BBF

Hi, Im unable to share the file as its part of a bigger dashboard, i just want to be able to show the number on the final day so it will just show 32M for 2022 and 31M for 2023 at the ned of the lines and not have the labels at every point throughout the  month

@Julier Ok, so you need to calculate a measure like:

 

LABEL_LINE =
VAR LastMonth = CALCULATE(MAX(Table[MONTH]), ALL(Table[MONTH]))
RETURN IF(SELECTEDVALUE(Table[MONTH] = LastMonth , YOUR CALCULATION, BLANK())

Then put this measure in Data Labels > Value:
BeaBF_0-1732617412955.png

 

you'll obtain the label only for the last value of month:

BeaBF_1-1732617451992.png

 

 

If it's OK, please accept my answer as solution to help others.

 

BBF

 

 

@Julier did it work? 

 

BBF

i wasnt able to do it, can i send you the whole file i have taken this tab out of of the main dashboard but i cant see how i can send it to you?

 

@Julier I send you my email in pvt.

 

BBF

@Julier I'm resending you the pbix file, my method was correct, but you had to create 3 measures and put each measure in his Value Field, by choosing "series" to which apply that label. 

 

BeaBF_0-1732621340140.png

 

 

If it's ok, please accept my previous answer as solution.

 

BBF

Hi, Thank you for this it works great, can you plesae just let me know how i can now only show the end label as all of my labels are still showing and i cant work out how you have done it.

@Julier As you can see, you need to create a measure for each line in the chart. Then, go to Data Labels and, for each series, set the created measure as the "Value".

2022:

BeaBF_0-1732626616368.png

 

2023:

BeaBF_1-1732626639021.png

 

2024:

BeaBF_2-1732626670346.png

 

Accept the answer as solution!

 

BBF

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.