Forum Discussion
Masked Data getting added up
- Anonymous5 years ago
Hi Anonymous ,
You can try my calculated column to mask the data. It distinguishes Account Number by adding a space after it.
Masked Account Number = "XX" & RIGHT ( [Account Number], 4 ) & REPT ( " ", RANKX ( 'Table', 'Table'[Account Number],, ASC, DENSE ) )Then Account ID 1 and Account ID 3 will not be merged.
You can check more details from here.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous - this is by no means "pretty" or "elegant", but here's one possible workaround.
Change the bar chart to a matrix, and add Acct ID (or Acct Number - something unique) as a second row header.
Go to Column Headers, and turn off Word Wrap, then shrink Acct ID column down to nothing.
Under Style, choose "None"
Under Row Headers, turn off "Stepped Layout" and "+/- icons"
Under Field Formatting, set "Alignment" to "Left"
Under Conditional Formatting, add "Data Bars" for balance. You may use the default settings.
Here is the output. Not really a bar chart any more, but it might do the trick
Hope this helps
David