Tag not monitored by Microsoft.
Thank you for reaching out to us on the Microsoft Q&A forum.
To analyze both Activation Date and Cancellation Date in a single table, set up the following in Power BI:
- Date Table: Ensure a Date table with continuous dates exists, covering both activation and cancellation periods.
- Relationships: Create an active relationship between
Activation Dateand the Date table, and an inactive relationship withCancellation Date. This allows you to default to activation dates but still access cancellation dates as needed. - DAX Measures: By default, all measures will work based on activation dates. If you need a measure to use cancellation dates instead, apply
USERELATIONSHIPin DAX to activate the cancellation date relationship as needed.
If you found the information helpful, we would greatly appreciate it if you could acknowledge it by selecting the Accept Answer & Upvote options.
Thank you.