Forum Discussion
benfrenkel
9 years agoHelper I
format data lable chart
how to format data lable value to integer with delimiter
- 9 years ago
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/
benfrenkel
9 years agoHelper 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_Seamark
9 years agoMicrosoft Employee