March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I have a basic table with Booking nos., Booking Dates, Departure Dates, Arrival Dates.
I created two calendars; Bkng_Calendar and Arrivals_Calendar. Related them to the relevant dates in the main Table having all data called 'DATA'
I use the matrix visual to build a visualisation that shows me Arrival Dates - MoM and it works fine.
The exact same thing works fine with the Arrival Dates_Calendar connected to the Booking Date in the DATA table.
ARRIVAL CALENDAR related to BOOKING DATE
I connect the Bkng_calendar
However, when i connect the Bkng_calendar and build a visualiation to display the same MoM for Booking dates it gives me blank dates. it doesnt show the year, month, indented level and displays the total sum of bookings rather than the individual month totals
BOOKING CALENDAR related to BOOKINGDATE
Both calendars use the exact same code to create the calendar
Please help
Solved! Go to Solution.
@mohsenask , I forget to ask. Does the date has a timestamp? And that was the reason. I changed the format of the booking date and checked.
Created a new date column(Without time) and used that is joined. Working now. Please find the find attached after signature
example in case file does not open . One of the two ways, a new column
Date = [booking Date].date
or
Date = date(year([booking Date]),month([booking Date]),day([booking Date]))
refer my video, where I covered why TI fails: https://www.youtube.com/watch?v=OBf0rjpp5Hw
@amitchandak - thanks i got the file and the solution works.
however i had another measure that is applied to the visual for calculating MoM bookings count.
@amitchandak Ive attached the file here for your review. Can you check and advise?https://www.dropbox.com/s/fu0sn0n2h77xzk1/BearGrylls%20KPI_test.pbix?dl=0
@mohsenask , I forget to ask. Does the date has a timestamp? And that was the reason. I changed the format of the booking date and checked.
Created a new date column(Without time) and used that is joined. Working now. Please find the find attached after signature
example in case file does not open . One of the two ways, a new column
Date = [booking Date].date
or
Date = date(year([booking Date]),month([booking Date]),day([booking Date]))
refer my video, where I covered why TI fails: https://www.youtube.com/watch?v=OBf0rjpp5Hw
@amitchandak - thanks i got the file and the solution works.
however i had another measure that is applied to the visual for calculating MoM bookings count.
thanks - it worked after I deleted and recreated the pageg from scratch
Thank you very much @amitchandak
@amitchandak - I need two date tables because they are both different visuals on different pages in the same report
@mohsenask , This display means you are displaying the wrong date table. Or the table is missing joins(all value are the same) and also dates are missing in date table, because values are null (less date in date table)
@mohsenask , check if you can work with one calendar using userelationship
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
129 | |
90 | |
75 | |
58 | |
53 |
User | Count |
---|---|
200 | |
104 | |
101 | |
67 | |
55 |