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, get a free DP-600 exam voucher to use by the end of 2024. Register now

Reply
Syndicate_Admin
Administrator
Administrator

Power Bi: problema con el informe de la reunión de Outlook

Hola, chicos

Estoy intentando crear un informe para todas las reuniones desde el calendario de Outlook del usuario. Funciona correctamente para 6 de cada 10 usuarios. No hay diferencias entre estos calendarios (mismos permisos, en cada calendario hay algunas reuniones de recuperación sin fechas de finalización, pero está bien). No estoy seguro de lo que podría estar mal aquí. Tengo un error cuando estoy tratando de expandir el atributo FirstOccurrence.PowerBi meetings.jpg

Mensaje de error:

Spoiler
Error OLE DB u ODBC: [DataSource.Error] ErrorRecurrenceHasNoOccurrence: Recurrence no tiene ocurrencias en el intervalo especificado., No hay ocurrencias en la periodicidad actual

Código:

Spoiler
dejar
Origen = Exchange.Contents("XXXXXX"),
Calendar1 = Source{[Name="Calendar"]}[Data],
#"Expanded Attributes" = Table.ExpandRecordColumn(Calendar1, "Attributes", {"AppointmentType", "DeletedOccurrences", "FirstOccurrence", "LastOccurrence", "ModifiedOccurrences", "Organizer", "Recurrence", "Sensitivity"}, {"Attributes.AppointmentType", "Attributes.DeletedOccurrences", "Attributes.FirstOccurrence", "Attributes.LastOccurrence", "Attributes.ModifiedOccurrences", "Attributes.Organizer", "Attributes.Recurrence", "Attributes.Sensitivity"}),
ExpandCategories = Table.TransformColumns(#"Expanded Attributes", {"Categories", each Text.Combine(List.Transform(_, Text.From), "/"), type text}),
#"Expanded Attributes.FirstOccurrence" = Table.ExpandRecordColumn(ExpandCategories, "Attributes.FirstOccurrence", {"Start"}, {"Attributes.FirstOccurrence.Start"}),
#"Changed Type" = Table.TransformColumnTypes(#"Expanded Attributes.FirstOccurrence",{{"Attributes.FirstOccurrence.Start", escriba text}}),
#"Added Custom" = Table.AddColumn(#"Changed Type", "CustomStart", each [Attributes.FirstOccurrence.Start]),
#"Columnas eliminadas" = Table.RemoveColumns(#"Agregado personalizado",{"Attributes.FirstOccurrence.Start"})
en
#"Columnas eliminadas"
3 REPLIES 3
Syndicate_Admin
Administrator
Administrator

refrescante.

Syndicate_Admin
Administrator
Administrator

@Zakon8 ,

He encontrado una publicación similar, por favor refiérase.

[E2007SP1] [EWSMA] [C#] CalendarFolder.FindAppointments: la periodicidad no tiene ocurrencias en el ...

  • ¿Cuál es el código similar que usa EWS que funciona para este usuario? ¿Cómo se compara el XML? La fecha "efectiva" para el error no tiene sentido, ya que es un año fuera de la ventana de vista del calendario. Es posible que tenga una reunión periódica corrupta. ¿Hiciste recientemente una migración a 2007? ¿Tiene problemas para abrir un elemento en Outlook?

Saludos
Equipo de Apoyo a la Comunidad _ Polly

Si esta publicación ayuda, considere Aceptarlo como la solución para ayudar a los otros miembros a encontrarlo más rápidamente.


@v-polly-msft escribió:
  • ¿Hiciste recientemente una migración a 2007? ¿Tiene problemas para abrir un elemento en Outlook?

No, estamos usando Exchange 2016 en modo híbrido, todos los buzones se encuentran en Exchange Online.

Además, no hay ningún problema desde la perspectiva del usuario al abrir estas reuniones desde Outlook.

¿Alguna idea?

BR

Zakon8

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

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

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

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

Top Solution Authors
Top Kudoed Authors