Forum Discussion
dancarr22
Helper V
2 years agoLine chart - show dates at a given interval on X-axis
Hello, We have a Power BI Report with a line chart on it. The X-Axis is a date field. By default the (X-axis) Type is 'Continuous' and shows Jan-2024, Feb-2024, etc as the X-axis values. Pleas...
- 2 years ago
DAX:
ENDDATE = EOMONTH(Orders2014[Order Date],0) and Just change the Categorical Instead of the Continuous.
PIYUSHPRAJAPATI
Resolver I
2 years agoDAX:
ENDDATE = EOMONTH(Orders2014[Order Date],0) and Just change the Categorical Instead of the Continuous.