Hi there,
I have a table of data with the following columns:
CREATED_ON |
Locations_ID |
Offer_ID |
DELETED |
LAST_MODIFIED |
The scenario is that locations can list offers:
- When a new offer is listed at a location, a new entry is made in the table
- When an offer is deleted, the deleted column is set to 1, Last_modified set to the current date/time and the row will never change again.
What I would like to do is show on a bar chart / line chart how many 'live' offers there are at any point in time. I think this could be achieved using DAX. Any help would be greatly appreciated.
Many thanks,