Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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.
Solved! Go to Solution.
You could use USERELATIONSHIP dax function. Could you share some sample data?
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
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
You could use USERELATIONSHIP dax function. Could you share some sample data?