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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
deisedc
New Member

Help Brazil!

Good Morning. In the free version , as we separate the number shown in the graph in hundreds?

For example , instead of my number appear as " 1211 " appears as " 1.211 "?

Thanks 😉

1 ACCEPTED SOLUTION

@deisedc If "0027812-38.2005.8.26.0100" is your value, are you trying to extract only a portion of that for each row? I'm trying to understand how you are able to return anything using COUNT(NUMERO_PROCESSO) since it is a text field. You would need to use COUNTA(NUMERO_PROCESSO) if you wanted to count the number of times a value is present.

If you want to SUM NUMERO_PROCESSO then you need to reformat the value to be a valid number and change the data type...

I might not be understanding the specific issue/problem..


Looking for more Power BI tips, tricks & tools? Check out PowerBI.tips the site I co-own with Mike Carlo. Also, if you are near SE WI? Join our PUG Milwaukee Brew City PUG

View solution in original post

4 REPLIES 4
Vvelarde
Community Champion
Community Champion

Hi @deisedc , i don't know if this is exacty what you want.

 

 

In Modeling select ",".

 

In ModelingIn Modeling




Lima - Peru
Seth_C_Bauer
Community Champion
Community Champion

@deisedc The desktop is free for everyone. Are you having an issue in the Service? (app.powerbi.com) - or the Desktop?

If it is the Desktop, if you go to the "Data" section and click "Modeling" and highlight the column, what is the data type and format of the column?


Looking for more Power BI tips, tricks & tools? Check out PowerBI.tips the site I co-own with Mike Carlo. Also, if you are near SE WI? Join our PUG Milwaukee Brew City PUG

 

It's a Desktop version and the data type is a text. I have applied COUNT(NUMERO_PROCESSO) and it has returned a number. But this number doesn't accept the format. Example of data in the field NUMERO_PROCESSO = 0027812-38.2005.8.26.0100.

Could you help me?

Thank you!

@deisedc If "0027812-38.2005.8.26.0100" is your value, are you trying to extract only a portion of that for each row? I'm trying to understand how you are able to return anything using COUNT(NUMERO_PROCESSO) since it is a text field. You would need to use COUNTA(NUMERO_PROCESSO) if you wanted to count the number of times a value is present.

If you want to SUM NUMERO_PROCESSO then you need to reformat the value to be a valid number and change the data type...

I might not be understanding the specific issue/problem..


Looking for more Power BI tips, tricks & tools? Check out PowerBI.tips the site I co-own with Mike Carlo. Also, if you are near SE WI? Join our PUG Milwaukee Brew City PUG

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors