Forum Discussion
BalazsNy
Helper I
2 years agoBar 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
Super User
10 months agoWrite this measure
Measure = min(Data[Date])