Forum Discussion
musa
8 years agoFrequent Visitor
DAX measure not working with Card visualization
Hi, I am experiencing an issue where a DAX measure: Actual Closed- Won divided by Budgeted Closed-Won = DIVIDE( SUM('Weekly Summary'[Actual Closed- Won]), SUM('Weekly Summary'[Budgeted Closed-Won]) ...
anandav
8 years agoSkilled Sharer
For the card visual, did you try entering 2 in the 'Data Label' formatting 'Value decimal places'?
- musa8 years agoFrequent Visitor
This was it, I realized that I have to select on the field in order to make formatting changes, formatting changes won't apply to the visualization directly.
Thank you!