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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
AMonitorInTime
New Member

Unable to open a mailbox with Exchange.Contents

Hi, I have a very simple function

 

 

= (Account as text) as table=>

let
    Source = Exchange.Contents(""&Account&""),
    Calendar1 = Source{[Name="Calendar"]}[Data]
in
    Calendar1

 

 

 

That accepts data from a table of email addresses.

user1@domain.com

user2@domain.com

user3@domain.com

 

I then add a column and invoke the custom function, this all works fine for my email address and a shared mailbox address, but when I try to add someone else's email address I get the error

 

 

DataSource.Error: ErrorItemNotFound: The specified object was not found in the store., The process failed to get the correct properties.
Details:
    DataSourceKind=Exchange
    DataSourcePath=User3@domain.com
    Details=

 

 

 

The User3 email is not a shared mailbox, but someone else's. It can be viewed within outlook by adding it as a custom calendar, so I am unsure why I cannot query it using Power Query.

1 ACCEPTED SOLUTION
v-jingzhang
Community Support
Community Support

Hi @AMonitorInTime 

 

I hope this blog will be helpful: https://community.powerbi.com/t5/Community-Blog/Connecting-to-Shared-Calendar-in-Power-BI-Desktop-am... 

 

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

View solution in original post

3 REPLIES 3
v-jingzhang
Community Support
Community Support

Hi @AMonitorInTime 

 

I hope this blog will be helpful: https://community.powerbi.com/t5/Community-Blog/Connecting-to-Shared-Calendar-in-Power-BI-Desktop-am... 

 

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

Anonymous
Not applicable

You can only query your own Outlook email. Can you imagine what IT do if you could muck around in someone else's email?!

 

--Nate

Hi Nate, this would be nothing more than me going into outlook and manually adding someone's calendar.

Which is something you can currently do as long as their calendar has the permissions set to allow that.

I am not trying to edit calendars only view them in bulk, rather than having to do manual approach mentioned above.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.