Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello to everyone
I need help since I managed to crossjoin in a new table all values that are defined for specific dates.
However, i've got the standard prices for the non-campaign times (Which have blank dates):
Solved! Go to Solution.
Create a CALENDAR() table that covers the entire range of dates you want to report against, then use GENERATESERIES() for the dates where you have events, and finally EXCEPT() the two tables which will give you all the dates that do NOT have events.
Create a CALENDAR() table that covers the entire range of dates you want to report against, then use GENERATESERIES() for the dates where you have events, and finally EXCEPT() the two tables which will give you all the dates that do NOT have events.
Thanks Mate!
Is 'Table1 2' a typo?
Are you familiar with the EXCEPT() and INTERSECT() functions?
Hello,
It's just a typo, yes. should just read Table2.
Yeah. I am familiar with those, however not managing to apply them to this here.
Thanks.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.