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 & ...
jlbriggs
10 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_Mathur
10 months agoSuper User
Write this measure
Measure = min(Data[Date])