Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi, when creating a measure, some instances I am unable to have the option to select the format of my measure, in particular, I want to have zero decimal places as shown below. Is it because the numerator and denominator both have differring formats so it confuses Power BI when they are used in a new meausre via DIVIDE DAX?
kind regards
arnie
Solved! Go to Solution.
Hi @arniet ,
You are trying to return an integer and a string value in the same Measure.
Try Like this measure
Net Sales per order = Divide ( [MTD Curr [Net Sales] , [MTD Curr] , BLANK())
Regards,
Harsh Nathani
Appreciate with a Kudos!! (Click the Thumbs Up Button)
Did I answer your question? Mark my post as a solution!
Thank you everyone for your input and resolving my query, much appreciated!!
Hi @arniet ,
Thanks.
Please mark the correct solution as Solved.
Will help others in the community.
Thanks
HN
Hi @arniet ,
You are trying to return an integer and a string value in the same Measure.
Try Like this measure
Net Sales per order = Divide ( [MTD Curr [Net Sales] , [MTD Curr] , BLANK())
Regards,
Harsh Nathani
Appreciate with a Kudos!! (Click the Thumbs Up Button)
Did I answer your question? Mark my post as a solution!
That could be an issue with the latest version of PBI, I have also faced a couple issues in June release that were not in the previous versions. Try switching applications and it might get unfreezed.
@Anonymous Thank you for pointing out a grammatical error on a PBI forum.
Dear @AntrikshSharma.
No need to be sarcastic. Even on a PBI forum it pays to be correct.
Best
D
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
10 | |
10 | |
9 | |
6 |