Forum Discussion
Using Cards to Slice Data
- 1 year ago
Hi Jackey
As per testing, the both old and new card visuals doesn't provide the visual interaction you need. You may be able to do this by using the tile slicer instead.
Note: There seems to be a bug with data formatting on labels in the tile slicer. Numbers are supposed to show currecny, not just plain numbers. The workaround is to use FORMAT([measure], "$#,#") and use that in the label instead.
Hi Jackey
As per testing, the both old and new card visuals doesn't provide the visual interaction you need. You may be able to do this by using the tile slicer instead.
Note: There seems to be a bug with data formatting on labels in the tile slicer. Numbers are supposed to show currecny, not just plain numbers. The workaround is to use FORMAT([measure], "$#,#") and use that in the label instead.
- Jackey1 year agoNew Member
Thank you, danextian
Looks like it served my purpose.