Forum Discussion
Plotting 2 dates from same data table on a line and stacked column chart
- 8 years ago
Hi SEliza86
I have created a PBIX file using your data here
https://1drv.ms/u/s!AtDlC2rep7a-oDq7OZESviMpetzu
Basically it uses the data you provided in a table. I then create two relationships to a separate date table. One relationship handles the Opened Date (the default active relationship), while the 2nd relationship handles the count of the Closed date
I use a Month column from the Date table in my axis and plot as per my PBIX file. I hope it makes sense.
In the Query Editor, you can transform the column to be Date rather than DateTime. There should be a button called "Date" where you can choose a "Date only" option. This will strip away the hours, mins and seconds
Thanks Phil. I've learned heaps and all my reports are now working as intended.