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

Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare 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
OCT PBI Update Carousel

Power BI Monthly Update - October 2024

Check out the October 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

October NL Carousel

Fabric Community Update - October 2024

Find out what's new and trending in the Fabric Community.