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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
jselman
New Member

Same Measure - Different Results for Card and Multi-Row Card

I created a measure. It reads correctly in a Multi-Row Card, but incorrectly in a Card. Please see below.  Any ideas how to fix this?

 

Thank you.

 

jselman_0-1645286546514.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @jselman ,

 

This issue has been submitted internally(ICM ID:231504209). Please be patient to wait for fixing. If there is any news, I will update it here.

And I reproduced your problem.

vstephenmsft_2-1645514608597.png

As a workaround, you can use a measure to round values between -0.000001 and 0.000001 to zero, then the automatic exponential notation format should not take place anymore. For example,

Measure = ROUND(SUM('Table'[column]),2)
vstephenmsft_4-1645515545591.png

 

 

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Hi @jselman ,

 

This issue has been submitted internally(ICM ID:231504209). Please be patient to wait for fixing. If there is any news, I will update it here.

And I reproduced your problem.

vstephenmsft_2-1645514608597.png

As a workaround, you can use a measure to round values between -0.000001 and 0.000001 to zero, then the automatic exponential notation format should not take place anymore. For example,

Measure = ROUND(SUM('Table'[column]),2)
vstephenmsft_4-1645515545591.png

 

 

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Hello.

This workaround worked perfectly. Thank you.

tackytechtom
Super User
Super User

Hi John,

 

This is strange and I have to admit that I do not know why it behaves likes this. Maybe it has something to do with the format of the other measures that you are using?

Here there were discussing something similar:

Solved: Remove Scientific notation in measure - Microsoft Power BI Community

 

/Tom

https://www.tackytech.blog/

https://www.instagram.com/tackytechtom/

 



Did I answer your question➡️ Please, mark my post as a solution ✔️

Also happily accepting Kudos 🙂

Feel free to connect with me on LinkedIn! linkedIn

#proudtobeasuperuser 

tackytechtom
Super User
Super User

Hi @jselman ,

 

What data type is your measure?

tomfox_0-1645287512844.png

 

It might solve your issue if you explicitly set the data type to what you'd like.

 

 

/Tom

https://www.tackytech.blog/

https://www.instagram.com/tackytechtom/

 



Did I answer your question➡️ Please, mark my post as a solution ✔️

Also happily accepting Kudos 🙂

Feel free to connect with me on LinkedIn! linkedIn

#proudtobeasuperuser 

Hi Tom.

Thank you for responding.  A screen shot is below:

jselman_0-1645293331422.png

 

John

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

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