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
Anonymous
Not applicable

COUNT does not work properly

Good

When I use the COUNT function, the result that appears to me is:

Alejandro-Glez_0-1605725149631.png

However, if we go to the table, we find that:

Sin título.png

So with the rest of the elements. The elements of that column, I have them in the following table "DimStRet"

Alejandro-Glez_1-1605725385430.png

1 ACCEPTED SOLUTION
Icey
Community Support
Community Support

Hi @Anonymous ,

 

To my knowledge, the filters in "Data view" won't affect the results in "Report view". It's used to check the result of measures.

 

 

Best regards

Icey

 

If this post helps, then consider Accepting it as the solution to help other members find it faster.

View solution in original post

4 REPLIES 4
Icey
Community Support
Community Support

Hi @Anonymous ,

 

To my knowledge, the filters in "Data view" won't affect the results in "Report view". It's used to check the result of measures.

 

 

Best regards

Icey

 

If this post helps, then consider Accepting it as the solution to help other members find it faster.

PaulDBrown
Community Champion
Community Champion

@Anonymous 

Can you please post the measure?





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






Anonymous
Not applicable

Estatus Retención = IF(FactVentas[Diferencía de días retención]>0 && FactVentas[Estado Retención] = "NO", "Reclamar",
IF(FactVentas[Diferencía de días retención] > - 10 && FactVentas[Estado Retención] = "NO" && FactVentas[Cobro Parcial] = "No tiene", "Por vencer",
IF(FactVentas[Estado Retención]= "Sin retencion", "No retiene",
IF(FactVentas[Estado Retención] = "Parcial" && FactVentas[Diferencía de días retención] > 0 && FactVentas[Cobro Parcial] = "Si", "Reclamar",
IF(FactVentas[Diferencía de días retención]<0 && FactVentas[Estado Retención] = "NO"  && FactVentas[Cobro Parcial] = "No tiene", "Esperar",
IF(FactVentas[Estado Retención]= "Si","Cobrado",
IF(FactVentas[Estado Retención] = "No" && FactVentas[Diferencía de días retención] > -30 && FactVentas[Cobro Parcial] = "Si", "Por vencer",
if(FactVentas[Diferencía de días retención] > -275 && FactVentas[Cobro Parcial] = "No" && FactVentas[Estado Retención] = "No", "Retención L",
"Esperar"))))))))

@PaulDBrown

@Anonymous 

I meant the COUNT measure. The measure you posted returns a string, does it not?





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






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.