Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi
I have a bookings table with BookingID Startdatetime and Enddatetime and CustomerID.
I want to highlight if a customer books two bookings that overlap. (eg. First booking is from 6pm to 7pm but that customer also makes a booking on the same day at 6:30pm to 7:30pm).
Can anyone help with this? Im struggling with it.
Thanks
Ian
Solved! Go to Solution.
I have attached sample data below. The highlighted memberID's are the same person, however they have booked into 2 classes that overlap. Is there a way I can easily report on who has booked on classes that either start at the same time or overlap..
Many thanks
Hi @Hutchisoni ,
Based on my test, you could try to use a measure to format your data:
Sample data:
Create below measure:
Measure = IF(CALCULATE(SUM(Table1[MemberID]))<>MAX('Table1'[MemberID]),"#F2C80F")
Use the Advanced control function:
Hope it could help you.
Regards,
Daniel He
Hi @Hutchisoni,
Could you please offer some sample data and post your desired result if possible?
Regards,
Daniel He
I have attached sample data below. The highlighted memberID's are the same person, however they have booked into 2 classes that overlap. Is there a way I can easily report on who has booked on classes that either start at the same time or overlap..
Many thanks
Hi @Hutchisoni ,
Based on my test, you could try to use a measure to format your data:
Sample data:
Create below measure:
Measure = IF(CALCULATE(SUM(Table1[MemberID]))<>MAX('Table1'[MemberID]),"#F2C80F")
Use the Advanced control function:
Hope it could help you.
Regards,
Daniel He
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
75 | |
54 | |
37 | |
31 |
User | Count |
---|---|
99 | |
56 | |
50 | |
42 | |
40 |