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
zimanche
Frequent Visitor

New to Power BI - problems turning off aggregation for date fields.

I am trying to display dynamics 365 opportunity names and submission dates with a status legend on a horizontal bar chart. I'm just trying to display the names on y-axis and the actual date values on the x-axis but for some reasone it only lets me display count of dates not the actual dates. I thought this would have been a very simple requirement just to attaching each fields to the corresponding axises 🙄 I don't know If there's a turn off aggregation setting some where. I'm pulling the data thru a web api call and transformed it to a table with just a few colums I needed from the JSON response.

 

From what I read online so far, I made sure the date fields are of date/time data type, turned summerization off for both fields but still no success. Any help or direction is much appreciated!

 

Thanks

2 ACCEPTED SOLUTIONS
dedelman_clng
Community Champion
Community Champion

Bar charts are meant to compare a (counting) value of two or more things.  It's a column chart turned on its side.

 

Sounds like you need something like a Gantt chart.  Look in the AppSource for Gantt chart and try one of the ones from there. I think those will be more in line with what you're trying to do.

 

Hope this helps

David

View solution in original post

Anonymous
Not applicable

Hi @zimanche ,

According to your description, it seems that you want to set Date as X-axis, right?

Im sorry to tell you that your requirement might not be achieved currently . As @dedelman_clng  said ,maybe you could use Gantt visual instead.

Firstly for Gantt visual, use the following formula to add a duration column:

durition =
DATEDIFF ( 'Table'[date], NOW (), DAY )

My data sample and  the visual looks like this:

8.18.4.png

Is the result what you want? If not, please upload some data samples and expected output.

Please do mask sensitive data before uploading.

 

Best Regards,

Eyelyn Qin

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Hi @zimanche ,

According to your description, it seems that you want to set Date as X-axis, right?

Im sorry to tell you that your requirement might not be achieved currently . As @dedelman_clng  said ,maybe you could use Gantt visual instead.

Firstly for Gantt visual, use the following formula to add a duration column:

durition =
DATEDIFF ( 'Table'[date], NOW (), DAY )

My data sample and  the visual looks like this:

8.18.4.png

Is the result what you want? If not, please upload some data samples and expected output.

Please do mask sensitive data before uploading.

 

Best Regards,

Eyelyn Qin

Thanks for the reply Eyelyn, I was hoping there would have been something out of the box for senarios like this in power BI and not have to add an external visual to achieve something like this with just one of the bar or line charts 😏

fhill
Resident Rockstar
Resident Rockstar

 

You may also want to post a small sample of data, and mock up what you are trying to achive.  Hope we can help.

Forrest




Did I answer your question, or help you along the way?
Please give Kudos or Mark as a Solution!


https://www.linkedin.com/in/forrest-hill-04480730/

Proud to give back to the community!
Thank You!




dedelman_clng
Community Champion
Community Champion

Bar charts are meant to compare a (counting) value of two or more things.  It's a column chart turned on its side.

 

Sounds like you need something like a Gantt chart.  Look in the AppSource for Gantt chart and try one of the ones from there. I think those will be more in line with what you're trying to do.

 

Hope this helps

David

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors