I have a calculated column to show the total:
Total Records = FORMAT(COUNT(MasterFinal[ID]),"#,###")
This is NOT what I want, instead I want to show it as: 55,670, and I also want to do some styling on it, can anyone tell me how?
Thank you very much.