Forum Discussion
Line chart with two dates in the same table
I have a calendar table in Dax and a table that contains two columns of dates and I don't know how to make the same graph show me day by day the counts per day of the two dates, the two date fields do not necessarily have the same date .
Thanks for your help.
You could use USERELATIONSHIP dax function. Could you share some sample data?
- Anonymous2 years ago
HI rcardenasbc,
It sounds like a common multiple date fields analysis requirement, you can take a look the Greg’s blog start end date part if it suitable for your requirement.
Before You Post, Read This: start, end date
In addition, you can also try to create a expand table as bridge to link/mapping table to help analyze raw table records.
Solved: Spread revenue across period based on start and en... - Microsoft Fabric Community
Regards,
Xiaoxin Sheng
2 Replies
- ArulSuper User
You could use USERELATIONSHIP dax function. Could you share some sample data?
- AnonymousNot applicable
HI rcardenasbc,
It sounds like a common multiple date fields analysis requirement, you can take a look the Greg’s blog start end date part if it suitable for your requirement.
Before You Post, Read This: start, end date
In addition, you can also try to create a expand table as bridge to link/mapping table to help analyze raw table records.
Solved: Spread revenue across period based on start and en... - Microsoft Fabric Community
Regards,
Xiaoxin Sheng