This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Dear All,
I would like to convert an existing Excel chart into Power BI visual.
As shown below, this Excel chart is a clustered bar chart with record IDs as Y-axis & 2 different dates (actual & planned completition date) as values:
I have tried to get the same result with Clustered bar chart, but this visual in Power BI does not allow to display dates as values (only as count of dates). I have also thought about to display it on a Gantt chart, but these are only single dates without separate start & end dates.
Do you have any idea, how to get the same result in Power BI as in Excel?
Thanks for any tips in advance.
Solved! Go to Solution.
Hi @BalazsNy ,
You can use the new feature to get the labels to have details turn on:
I'm using a column called End Date so I get the Earliest value but you can also create a measure.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @BalazsNy ,
You can use the new feature to get the labels to have details turn on:
I'm using a column called End Date so I get the Earliest value but you can also create a measure.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi, I am confused how you got the "Earliest" option for your date field, as I can only get the "Count" option.
Is there some kind of setting on the column itself I need to change?
My column is set as a Date type.
Hi @jlbriggs ,
If you are only getting the count is because you date column is formated has text and it will not get the latest value.
Check the data type for that column and if it is date.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsWrite this measure
Measure = min(Data[Date])
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 32 | |
| 23 | |
| 22 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 64 | |
| 41 | |
| 27 | |
| 22 | |
| 20 |