Forum Discussion
BalazsNy
2 years agoHelper I
Bar chart with dates as values
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 & ...
MFelix
2 years agoSuper User
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.
- jlbriggs10 months agoRegular Visitor
Hi, 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.- Ashish_Mathur10 months agoSuper User
Write this measure
Measure = min(Data[Date])