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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
kfschaefer
Helper IV
Helper IV

change format axis

How do I modify both axis, left axis needs to display the Dollar amounts by 1000's  a line for each 1000 not 50,000 and the bottom axis needs to display the actual date, not Month Day.

 

what do I need to modify?

Captur3.PNG

1 ACCEPTED SOLUTION
Greg_Deckler
Community Champion
Community Champion

Click on the visual and then the paintbrush icon on the right and expand X and Y axis. All the settings and control you have are there. Unfortunately, I don't believe you can control the increments for Y at least.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

4 REPLIES 4
avinashbeepath
Frequent Visitor

Hello,

 

How I would handle something like this is to have a DateTable and in there you breakout what you want to see for a particular date. Eg 26/04/2016 columns for this could be Month, MonthName, Day, DayName, Year, Day-Month,Qtr etc. Hope you get the point. Then create a relationship between that table and your existing table. As for your other question, I remember seeing a way to configure the number to show as "Thousands", "Millions" etc but I can't seem to find it. 

avinashbeepath
Frequent Visitor

Hello,

 

How I would handle something like this is to have a DateTable and in there you breakout what you want to see for a particular date. Eg 26/04/2016 columns for this could be Month, MonthName, Day, DayName, Year, Day-Month,Qtr etc. Hope you get the point. Then create a relationship between that table and your existing table. As for your other question, I remember seeing a way to configure the number to show as "Thousands", "Millions" etc but I can't seem to find it. 

Greg_Deckler
Community Champion
Community Champion

Click on the visual and then the paintbrush icon on the right and expand X and Y axis. All the settings and control you have are there. Unfortunately, I don't believe you can control the increments for Y at least.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

found that answer at the same time, thanks for your suggestion.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.

Top Solution Authors