cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
slaytoday17
Frequent Visitor

Visual refusing to change decimal places

Hi everyone,

 

I am having some trouble with changing the decimal places on a value shown in a Card. I have tried two ways to change it:

 

1) Clicking the measure name in field -> measure tools 

 

2) Visualization --> Visual -> Callout value

 

Unfortunately, none of these methods work. 

 

As I've had success in changing the decimal places of other cards, I am thinking it may be a filtering problem?

 

My sample data looks like this:

 

Table

Rate
-
0.31092823
0.31298135
0.88575758
0.92084190

 

And I am trying to get the minimum value of this column, which using Power BI's quick measure gives me this:

 

Lowest detection =
MINX(
    KEEPFILTERS(VALUES('table'[rate])),
    CALCULATE(MIN('table'[rate]))
)
 
Which without filter, returns value "-".  
 
Therefore, I have applied a visual level filter on 'rate' where I exclude "-", and doing so does give me the right value but with too many decimal places
 
 
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@slaytoday17 , In the measure tool you should be able to fix decimal place , or you use the round function

 

amitchandak_0-1669948163708.png

 

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@slaytoday17 , In the measure tool you should be able to fix decimal place , or you use the round function

 

amitchandak_0-1669948163708.png

 

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

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

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors