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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
jch
Microsoft Employee
Microsoft Employee

use calculated column for x axis on bar chart

There is a text column named Actual that sometimes lists dates, sometimes lists 'Missing'.

I have a seperate column calculated with this formula.:

 

[Actual Date] = if(SEARCH("-",'readin'[Actual], 1, -1) > 1,FORMAT('readin'[Actual] ,"YYYYMMDD") )
 
I want to use the month and date of [Actual Date] as the X axis on a bar chart. Do I need to join a date table to [Actual]? Is there a way to designate it as a Date without joining a Date table or calculating[Actual Month] and [Actual Year] in seperate columns?
 
Thanks in advance
7 REPLIES 7
parry2k
Super User
Super User

@jch using a link to one drive/google drive 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

parry2k
Super User
Super User

@jch I think I need to look at your pbix file, seems like you are making it over complicated. Share the sample file and remove sensitive information before sharing.



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

jch
Microsoft Employee
Microsoft Employee

Can a file be shared on this forum?

parry2k
Super User
Super User

@jch do you have a date dimension, if not add one following my blog post and then use the month from date dimension on x-axis.

 

Create a basic Date table in your data model for Time Intelligence calculations | PeryTUS IT Solutio...

 

Check my latest blog post Comparing Selected Client With Other Top N Clients | PeryTUS  I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!

Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.

 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

jch
Microsoft Employee
Microsoft Employee

I appreciate your help. I added a Date Table and tried to created a relationship between these 2 fields

 

1. Actual Date = if(SEARCH("-",'readin'[Actual], 1, -1) > 1,DATEVALUE('readin'[Actual]))

2, DateKey = DATEVALUE(DimDate[Date])

 

But I get this error

jch_1-1623683042277.png

and the bar chart looks like this

jch_2-1623683087969.png

 

 

jch_0-1623681857456.png

 

parry2k
Super User
Super User

@jch make it a date type

 

[Actual Date] = if(SEARCH("-",'readin'[Actual], 1, -1) > 1,DATEVALUE('readin'[Actual]))

 

as a best practice, you should always add a date dimension when working with dates.

 

Check my latest blog post Comparing Selected Client With Other Top N Clients | PeryTUS  I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!

Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

jch
Microsoft Employee
Microsoft Employee

That solution shows the year but not the month in the x axis. Binning the field doesn't work either. (see screenshot below)POWER BI.png

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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
Top Kudoed Authors