Forum Discussion
format data lable chart
how to format data lable value to integer with delimiter
Hi benfrenkel,
Yes you can. In Power BI it's known as Row Level Security or (RLS).
Here is some more information on how you can use RLS
https://powerbi.microsoft.com/en-us/documentation/powerbi-admin-rls/
6 Replies
- Phil_SeamarkMicrosoft Employee
- benfrenkelHelper I
Hi
i want to show number with dlimter
insted of 12345 >> 12,345
on lable chart values and auto tooltip
the format group options dosn't have this options
you can change data type
it's work well on report server ( much better )
to solve this problem
i tried to define measure with format
Measure = FORMAT(SUM( 'pb fact_sales_header'[table_price]),"#,##0")
but you can't use it on chart value
- Phil_SeamarkMicrosoft Employee
Hi benfrenkel,
Please make sure you format your measure (or column using the formatting tab highlighted here with the top arrow.
As you see I have both a pie chart and bar chart showing lables using the comma for the thousand separator.