I'm trying to create a simple scatter plot, with dates on the X axis and a count of events on the Y axis. In Excel it's easy: Excel recognizes the dates as legitimate axis material and automatically figures out logical increments.
But Power BI can't seem to manage that. When I assign the same two columns as I did in Excel, I get a nastygram:
My date table has a numeric "DayCounter" field, which is a numeric count of days since 1900 or thereabouts. Power BI likes that as an axis, but the increments will mean nothing to a human.
How do I get the BI axis to show dates?






