The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi
I have a card which show the average of a column. The average is 21.36. Can I display the average as 21 (round the number)? I tried to go to format but I did not see any option to change the format of the number in a card. Thank you very much.
Solved! Go to Solution.
@lastnn30
Instead of using the field High directly on the card visual, create a measure like
Avg High = AVERAGE( 'Table1'[High]) then apply desired format from the formatting section under Home tab
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
You can just set your decimals to 0!