Forum Discussion
Power Apps Visual Not All Fields Showing
Estoy teniendo un tiempo terrible conectando una aplicación de energía a la integración de Power BI.
Cada vez que creo la aplicación, algunos de los campos que he agregado al objeto visual no están en la propia aplicación. Por ejemplo, agregando First(PowerBIIntegration.Data). FieldName a una etiqueta, solo se me dan algunos de los campos que agregué al objeto visual, no a todos.
Parece ser los campos inferiores que faltan (es decir, los primeros cuatro están disponibles y los tres inferiores no). Nunca es una mezcla, siempre son las últimas agregadas al objeto visual que no están presentes.
Los campos se componen de 2 medidas y 6 columnas. El modelo es un modelo estrella simple con dos mesas tenues y una mesa de hechos principal.
También no puedo abrir la aplicación seleccionando el elipse y haciendo clic en Editar, ya que esto no abre la aplicación! Tengo un segundo tema en este foro sobre eso también...
I got to the bottom of it (I think). I made all the fields come from the same table (except measures), by adding calculated columns and RELATED().
Annoying that I had to add extract calculated columns to get it to work but that has done the trick. Looks like there is a lot of processing when adding multiple columns from related tables - the loading spinner in the corner of the visual never stopped before, but after this approach it went away after a second.
1 Reply
- FAY2020
Resolver I
I got to the bottom of it (I think). I made all the fields come from the same table (except measures), by adding calculated columns and RELATED().
Annoying that I had to add extract calculated columns to get it to work but that has done the trick. Looks like there is a lot of processing when adding multiple columns from related tables - the loading spinner in the corner of the visual never stopped before, but after this approach it went away after a second.