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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
jch
Employee
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.

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.

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.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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