Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi Everyone,
I have a problem with the Exchange Connector. I want to read all entries of an Outlook calendar into Power Query. This works so far, but only the first appointment of a series is displayed. All further appointments of the series are not taken over in Power Query.
If I export the calendar as csv and then read it into Power Query, they are all taken over.
What do I have to do to get all appointments of an appointment series displayed in Power Query via the Exchange connector?
Kindly assist.
Thanks and Regards,
Tobias
Transforming Exchange server data with recurring appointments in Power BI/ Power Query
Use the solution powerquery-m pattern in this post, and adjust the interval on step on line #13 from 7 to 1 (highlighted in RED) if you want to show those reoccurrences that are daily, weekly, etc. Do follow the guidance provided in the referenced post. To verify what date is returned, scroll to the right, and the column is named "DatesInPeriod"
The step is :
#"Added Custom3" = Table.AddColumn(#"Expanded DatesInPeriod", "DateDiffModInterval", each Number.Mod(Duration.Days(Duration.From([DatesInPeriod]-[RecurrenceStartDate])),1*[Attributes.Recurrence.Interval])),
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 |
---|---|
13 | |
13 | |
11 | |
8 | |
8 |
User | Count |
---|---|
17 | |
10 | |
7 | |
7 | |
7 |