Hi everyone,
I have a Power BI model built on direct query with Analysis Service (SSAS). When I'm trying to connect with a particulary user (it is also admin of SSAS), I get this message:
"No se puede cargar el esquema de modelo asociado a este informe. Asegúrese de disponer de conexión al servidor e inténtelo de nuevo.Vuelva a intentarlo más tarde o póngase en contacto con el soporte técnico. Proporcione estos detalles si se pone en contacto con ellos."
Identificador de actividad 29768790-60d1-45f2-944b-6de8ca1e5103
Identificador de la solicitud 1669ccc1-ab9a-ac86-e46e-dda713a82b25
...
I'm using "Gateway On-premises" to connect to the dataset and I already tried, learning from this video (https://www.youtube.com/watch?v=eATPS-c7YRU), to replace the "admin" UPN with the UPN of "another user" (that has no problems seeing data) and I got the same error.
On the other side, if I replace the "another user" UPN with the "admin" UPN, I can see data with no problems.
It is like if the "admin" UPN and the user that make the request to SSAS are not the same, so the reeplacement is not working.
I got UPNs from the DAX functions USERNAME and USERPRINCIPALNAME (in my case, they are the same).
Thanks all,
Lorenzo.