Forum Discussion
JulieAnne
8 years agoNew Member
enlighten data story
I downloaded the "Enlighten Data Story" custom visual a while back and have been using in in most of my reports. The formatting use to work just fine, but when I opened Power Bi this morning (desktop...
- 8 years ago
Ok, I've found and fixed the bug - there was some premature sanitization going on.
It takes a couple of weeks to get approved through the store - I've started that process now and let Microsoft know it's urgent, but in the mean time you can grab a temporary version from here: https://tinyurl.com/ybzdcrnb
I'm also going to ensure we increase our internal testing moving forwards.
arelf27
Helper II
8 years agoCreating measure and formating, rounding, etc. via DAX worked for me to get this around this issue for now:
DAX: format(ROUND(SUM('table'[field name]),0),"$#,0")
Output: $99,999,999