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 September 15. Request your voucher.
Hi,
Try this measure
Measure = if(round([measure],0)=0,blank(),[measure])
Hope this helps.
Hi,
Try this measure
Measure = if(round([measure],0)=0,blank(),[measure])
Hope this helps.