The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I am trying to do some formatting like:
But unfortunately, if I select 'thousands', it will add a K in every row...
I already have K in the title of my table, so I don't need it in every row....
Is there a way in the cube here(below), of adding a format to force 'thousand' display units, without a K ??
Hi,
The simplest way to do this is to create a measure where you divide your values by 1000 and then use that in your visual. Other options that come to my mind is to use FORMAT or create a calculation group with format string expression.
Proud to be a Super User!
User | Count |
---|---|
26 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
32 | |
14 | |
11 | |
10 | |
9 |