Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Buenas tardes,
Soy principiante en PBI, y hasta ahora, he podido ir solucionando todos los problemas que se me han ido presentando. Pero en esta ocasión, llevo 3 ó 4 semanas y no hay manera de encontrarla.
Siento molestarles con esta cuestión, que me imagino que para ustedes será muy básica. Yo creo que puede ser hasta de concepto.
En fin, el problema es el siguiente:
Tengo un distinctcount muy sencillo de una columna en una variable que, cuando lo pongo en una tarjeta o en una matriz, el resultado es bueno, pero cuando esa variable la uso en una sentencia if, el resultado no es bueno.
El if también es muy simple: Si el distinctcount es <=5, debe hacer A,y si no cumple, debe hacer B. Pero cuando uso un segmentador, sea cual sea el resultado que muestra la tarjeta o la matriz, el resultado de la instrucción if, siempre da el resultado A ,(aunque sea mayor a 5)
Seguro que la solución es simple
Solved! Go to Solution.
Hi @JavierGomez
What do you mean by A and B?
Here's the sample:
Table:
The _Count measure is:
_Count = DISTINCTCOUNT('Table'[Values])
And it returens:
Then add a Measure:
Measure = IF([_Count]<=5,"A","B")
The result is as follow:
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @JavierGomez
What do you mean by A and B?
Here's the sample:
Table:
The _Count measure is:
_Count = DISTINCTCOUNT('Table'[Values])
And it returens:
Then add a Measure:
Measure = IF([_Count]<=5,"A","B")
The result is as follow:
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
Do not include sensitive information. Do not include anything that is unrelated to the issue or question.
Need help uploading data? https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Please show the expected outcome based on the sample data you provided.
Want faster answers? https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...
User | Count |
---|---|
98 | |
78 | |
77 | |
49 | |
26 |