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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
checkstatap
Frequent Visitor

How to format a measure or column in Dax to remove 0 values, current format is in Euro Values 0,00

HI All, 

 

I am trying to remove 0 from a measure/Column results, current EUR vales are 0,00, so the comma is acting a a divider in a  Format Function. Example below:

 

=(SUMIFS(Reve[Revenue], 'Filter'[column], "Filter")

 

Any ideas here to remove the 0,00 in a filter?

1 ACCEPTED SOLUTION
GilbertQ
Super User
Super User

Hi @checkstatap 

 

When you import the data using Power Query, you can change the data type at the top to whole number.

GilbertQ_0-1707950284689.png

 

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

View solution in original post

3 REPLIES 3
GilbertQ
Super User
Super User

Hi @checkstatap 

 

When you import the data using Power Query, you can change the data type at the top to whole number.

GilbertQ_0-1707950284689.png

 

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

GilbertQ
Super User
Super User

Hi @checkstatap 

 

Could you perhaps change the data type on your current column to be a whole number You could then use the formatting options to put in their commas so that it is not stored as part of the number.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

How would I go about doing that?

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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

Top Solution Authors