Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi,
I have a measure that i created which is just the sum of a column. Whenever this measure is applied to a chart, the format of the number is without a separator for thousands.
original_measure=calculate(sum([value],condition>1)
However if i create another measure using this first measure, the format changes and there is now a separator for thousands
new_measure=calculate(original_measure,condition_2=1)
Both measures are setup as decimal numbers, so i'm guessing this shouldn't happen. I also don't want to include formatting options inside the Dax formula.
Thanks.
Solved! Go to Solution.
Hello @qmestu ,
click on the measure then click on the separator icon here and it will format the values to show it.
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Proud to be a Super User! | |
Hello @qmestu ,
click on the measure then click on the separator icon here and it will format the values to show it.
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Proud to be a Super User! | |
Yeah, so obvious. Thank you!
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.