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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Snaefellsnes
Helper I
Helper I

<PowerBIFilter>Referencia</PowerBIFilter> del explorador de Power BI

Hola

Estoy intentando llamar a un powerBI desde Dynamics CRM mediante el operador contains.

Utilizo la sintaxis siguiente para llamar a un informe mediante el operador is:

<PowerBIFilter>
{
"Filter": "[-"$schema":"básico",
"target":"table":"BrandChildParent",
"columna":"kdc_accountNo",
"operador":"Es",
"valores":[$a],
"filterType":1-]",
"Alias": "$a": "kdc_accountno"
}
</PowerBIFilter>

He probado numerosas variaciones de sintaxis alrededor de esta sintaxis de etiqueta sin suerte:

<PowerBIFilter>
{
"Filter": "[-"$schema":"avanzado",
"target":"table":"vw_BrandChildParent",
"columna":"kdc_AccountNoKey",
"operador":"Contiene",
"valores":[$a],
"filterType":0-]",
"Alias": "$a": "kdc_accountno"
}
</PowerBIFilter>

¿Hay alguna referencia sobre cómo utilizar la etiqueta <PowerBIFilter>? He encontrado algunos sitios, pero nada cubre el uso xml en detalle.

Puede ser un problema de conversión de tipo de datos (o sintaxis peculiar para usar) como un póster en este subproceso sugiere:

https://community.powerbi.com/t5/Desktop/Power-BI-embeded-CRM-Dynamics-365/m-p/988544

Pero no se resolvió cómo proceder.

Gracias

1 ACCEPTED SOLUTION
Snaefellsnes
Helper I
Helper I

I solve my situation by re-organizing the query at the SQL Server level, by using a view that reproduces the left join I was using in PowerBi with contains.

View solution in original post

4 REPLIES 4
Snaefellsnes
Helper I
Helper I

I solve my situation by re-organizing the query at the SQL Server level, by using a view that reproduces the left join I was using in PowerBi with contains.

Anonymous
Not applicable

Hola @Snaefellsnes ,

Compruebe la siguiente referencia:

https://crmkeeper.com/2019/03/24/power-bi-embed-to-dynamics-365-form-with-filtering/



Saludos
Kelly
¿He respondido a tu pregunta? ¡Marca mi puesto como una solución!

Hola @v-kellya-msft ,

Gracias por el enlace, pero no cubre el filtrado anticipado al incrustar informes powerBI.

saludos

Solucioné mi situación usando una vista en SQL Server para realizar lo que la combinación izquierda como hacer en Power BI con contiene

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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