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
wfeng
Regular Visitor

How to show comparing date in bar chart?

Hi everyone,

 

I am working on a simple data set, like that:

wfeng_0-1597254554539.png

When I put them in a bar chart, it will show like:

wfeng_1-1597254660379.png

My setting is:

wfeng_2-1597254717009.pngwfeng_3-1597254758446.png

However, what I want is like this:

wfeng_4-1597255374568.png

 

The issue is the date data was counted, but I cannot figure out how to discount it.

 

I will very much appreciate you if anyone can tell me how to do it. Thanks!

 

 

 

 

 

 

1 ACCEPTED SOLUTION

I would look through appSource visuals to see if something there meets your needs. Alternatively, you can trick an array into doing this by making a date table (unrelated to the data), a measure that compares the date with the completed/expected dates, and the conditional formatting in the background and font. See the following example, using the week column of a date table (you could use date, month, and so on) to get the result. It also uses the Show in Rows function of the array visual.

mahoneypat_0-1597410302576.png

The measures used above are (replace BarChart with the actual name of the table)

Esperado. • var mindate - MIN('Date'[Date])
return if(mindate<-MIN(BarChart[Expected]),1)
Completado. • var mindate - MIN('Date'[Date])
return if(mindate<-MIN(BarChart[Completed]),1)

If this works for you, mark it as the solution. Praise is also appreciated. Please let me know if you don't.

Best regards

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


View solution in original post

10 REPLIES 10

Thanks for your advice! And you really did a good job, but I think they are not the same thing.

Hi @wfeng ,

I just created a sample pbix file for you, please check whether it is what you want.

show comparing date in bar chart.JPG

Best Regards

Rena

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi Rena,

 

Thank you for creating a sample report for me!

 

Your Gantt is interesting, and I think it could be helpful. Initially, I want a chart as your bar chart, but I met the same issue, the x-axis is always counted by power bi. I just want the date is shown on the x-axis, for example, 1/1/2020, 2/1/2020, and so on. Do you have any idea?

 

By the way, your data structure is different from mine. That's a running data set with huge volume, and updated every week. It could be terrible if it needs to change the data structure every time. 

 

Please let me know if you figure out how to show date time on x-axis, I will very much appreciate it. Thanks again!

 

 

Best regards,

 

Weicong

Hi @wfeng ,

Sorry I haven't been able to find other suitable way to present your desired result except the previous method (change the table structure)...

@parry2k , @mahoneypat , Could you please help check this? You may have different idea on it... Thank you in advance.

Best Regards

Rena

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hello Rena,

 

Never mind! Thanks for your help!

 

 

Best regards,

 

Weicong Feng

I would look through appSource visuals to see if something there meets your needs. Alternatively, you can trick an array into doing this by making a date table (unrelated to the data), a measure that compares the date with the completed/expected dates, and the conditional formatting in the background and font. See the following example, using the week column of a date table (you could use date, month, and so on) to get the result. It also uses the Show in Rows function of the array visual.

mahoneypat_0-1597410302576.png

The measures used above are (replace BarChart with the actual name of the table)

Esperado. • var mindate - MIN('Date'[Date])
return if(mindate<-MIN(BarChart[Expected]),1)
Completado. • var mindate - MIN('Date'[Date])
return if(mindate<-MIN(BarChart[Completed]),1)

If this works for you, mark it as the solution. Praise is also appreciated. Please let me know if you don't.

Best regards

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


Hello Pat,

 

Thanks for your constructive advice! From your chart, it is almost what I need. However, I am still confusing that how to make Power BI show the 1, 2, ... 23 on the x-asix? I need to create a separate table which includes one date columns, and create 2 measures as you shown. But I have no idea about conditional formatting on background. Would you mind explaining more detail for me?

 

 

Best regards,

 

Weicong

Please see the attached pbix with the example. You will note that I made two measures - Expected. and Completed. to return a value of 1 if the Week in context (from the matrix columns) is <= the respective date (expected or completed). That value of 1 is returned to the cell and used to set conditional formatting or not (blanks are not formatted). Note that both the background color and font color have the same conditional formatting (so the 1 is not seen in the visual).

mahoneypat_0-1597508567367.png

If this works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.

Regards,

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


Hello Pat,

Thanks for your detailed explanation! Your solution is good enough for me!

Best regards,

Weicong

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.