Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Be 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

Reply
anabianco09
Helper II
Helper II

How to show two events that have different reference dates on only one calendar view?

Hi all, 

I am trying to display two set of events, with different reference dates, on only one calendar view, using the visual by MAQ Software. 

THe events are in different tables, and they are connected by an ID. 

Is it possible ?

1 ACCEPTED SOLUTION
AmiraBedh
Most Valuable Professional
Most Valuable Professional

You can merge the two tables into one, adding an extra column that specifies which original table each event came from. Merge and specify the ID to join them on. This will add a new column that specifies which table each row originally belonged to.

Then you need to create the relations between the tables.

And then you measure can be like : 

 

EventFlag = 
IF(
    ISBLANK(Table1[EventDate]),
    IF(ISBLANK(Table2[EventDate]), "No Event", "Event in Table2"),
    "Event in Table1"
)

 


Proud to be a Power BI Super User !

Microsoft Community : https://docs.microsoft.com/en-us/users/AmiraBedhiafi
Linkedin : https://www.linkedin.com/in/amira-bedhiafi/
StackOverflow : https://stackoverflow.com/users/9517769/amira-bedhiafi
C-Sharp Corner : https://www.c-sharpcorner.com/members/amira-bedhiafi
Power BI Community :https://community.powerbi.com/t5/user/viewprofilepage/user-id/332696

View solution in original post

3 REPLIES 3
AmiraBedh
Most Valuable Professional
Most Valuable Professional

You can merge the two tables into one, adding an extra column that specifies which original table each event came from. Merge and specify the ID to join them on. This will add a new column that specifies which table each row originally belonged to.

Then you need to create the relations between the tables.

And then you measure can be like : 

 

EventFlag = 
IF(
    ISBLANK(Table1[EventDate]),
    IF(ISBLANK(Table2[EventDate]), "No Event", "Event in Table2"),
    "Event in Table1"
)

 


Proud to be a Power BI Super User !

Microsoft Community : https://docs.microsoft.com/en-us/users/AmiraBedhiafi
Linkedin : https://www.linkedin.com/in/amira-bedhiafi/
StackOverflow : https://stackoverflow.com/users/9517769/amira-bedhiafi
C-Sharp Corner : https://www.c-sharpcorner.com/members/amira-bedhiafi
Power BI Community :https://community.powerbi.com/t5/user/viewprofilepage/user-id/332696

That worked! Thanks Amira!

AmiraBedh
Most Valuable Professional
Most Valuable Professional

You are welcome ! 


Proud to be a Power BI Super User !

Microsoft Community : https://docs.microsoft.com/en-us/users/AmiraBedhiafi
Linkedin : https://www.linkedin.com/in/amira-bedhiafi/
StackOverflow : https://stackoverflow.com/users/9517769/amira-bedhiafi
C-Sharp Corner : https://www.c-sharpcorner.com/members/amira-bedhiafi
Power BI Community :https://community.powerbi.com/t5/user/viewprofilepage/user-id/332696

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.