Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
GLIDO
Helper I
Helper I

Changing the display units of a kpi indicator

Hello community users, 

 

Any ideas on how to fulfil this, KPIUnits.JPG

 

 

I have to set the display units for the KPI indicator to crores as I've to show them in indian standard. 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Can anyone help with this. 

 

Regards

Nilesh  

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@GLIDO,

Yes, you can. You would need to create a measure using similar DAX as below, then drag the measure to Card visual. If you need to change title based on slicer selection, you can refer to this blog.

DynamicTitle = [Measure] & "lakhs"

1.PNG

Regards,
Lydia

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

@GLIDO,

You can create a calculated column to format the number to display in indian standard. But the column is in text type, it is not possible to use it in KPI  visual.

Regards,

Lydia

Or we can just put the tiltle of the KPI indicator as Amount(in Crs) and then divide the figure with 10000000. 

 

In this case, can we dynamically change the name of the title, 

for examaple I create a mesure "division factor" with value 10000000 initially to show the amount in Crores and the change it to 100000 to show the amount in lakhs, here I need the title of all KPI's to be changed to Amount(in Lacs) instead of Amount(in Crs). 

 

Is there a way to achieve this @Anonymous ?

 

Regards 

Nilesh  

Anonymous
Not applicable

@GLIDO,

Yes, you can. You would need to create a measure using similar DAX as below, then drag the measure to Card visual. If you need to change title based on slicer selection, you can refer to this blog.

DynamicTitle = [Measure] & "lakhs"

1.PNG

Regards,
Lydia

Anonymous
Not applicable

@GLIDO,

Based on my research, 1 Crore equals to 10 million. We are able to change the format of numbers to display ₹, but it is not possible to show number in crore format. You can submit a feature request in Power BI ideas forum.

Regards,
Lydia

Hi @Anonymous

 

Thanks for the information. 

Do we have a workaround for the purpose ?

 

Regards

Nilesh 

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors