cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
anabianco09
Helper I
Helper I

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
Solution Sage
Solution Sage

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
Solution Sage
Solution Sage

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!

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
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors