The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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?