Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have all the sales values in Crore.
And I want to create in slicer there would one option values in Crore and another option values in million.When i choose values in Crore all the values is visualization should come in crore and when I choose million all the values in visualization should come in million
How can I convert crore values in million?
Solved! Go to Solution.
Hey,
Try this..
To create a slicer with options to view values in Crore and Million in Power BI, you can follow these steps:
Create a new measure to convert the sales values from Crore to Million. You can use the following formula:
Sales in Million = [Sales] / 10
This formula divides the sales value by 10 to convert it from Crore to Million.
Create a new slicer visual and add it to the report page.
Add two options to the slicer for Crore and Million.
Select the Sales measure and the Sales in Million measure in the Fields pane.
Go to the Format pane for the Sales in Million measure, expand the Data Label section, and change the Display Unit to "Millions".
Use the Selection Controls option in the Format pane to set the slicer to control the Sales measure and the Sales in Million measure.
Create a visual that shows the sales data, such as a table or a chart.
Format the visual to show the appropriate unit based on the slicer selection. You can use the Selection Pane to show or hide visuals based on the slicer selection.
By following these steps, you can create a slicer with options to view values in Crore and Million and also convert the sales values accordingly in your Power BI report.
Hi @Korekar27 ,
You could try the custom format to create two another columns. And then create slicer to choose them.
Use custom format strings in Power BI Desktop - Power BI | Microsoft Learn
Million = ROUND([Value]/10000000,2)
Core = ROUND([Value]/100000000,2)
You'll see the two columns are displaying the below format.
Create a field parameter for filtering.
Let report readers use field parameters to change visuals (preview) - Power BI | Microsoft Learn
Drag the two columns to the left.
Click "Create", the field parameter with a slicer will be generated.
At last, you can show the different format dynamically.
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 @Korekar27 ,
You could try the custom format to create two another columns. And then create slicer to choose them.
Use custom format strings in Power BI Desktop - Power BI | Microsoft Learn
Million = ROUND([Value]/10000000,2)
Core = ROUND([Value]/100000000,2)
You'll see the two columns are displaying the below format.
Create a field parameter for filtering.
Let report readers use field parameters to change visuals (preview) - Power BI | Microsoft Learn
Drag the two columns to the left.
Click "Create", the field parameter with a slicer will be generated.
At last, you can show the different format dynamically.
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.
- Create an optimized data model
- Create dynamic YTD , MTD , QTD calculations based on user selection
- Calculate top and bottom n analysis for products based on sales and quantity based on user selection
- Allow users to dynamically change measures in the chart. Calculate sales, quantity and COGS for this.
Thankyou for the help.
Hey,
Try this..
To create a slicer with options to view values in Crore and Million in Power BI, you can follow these steps:
Create a new measure to convert the sales values from Crore to Million. You can use the following formula:
Sales in Million = [Sales] / 10
This formula divides the sales value by 10 to convert it from Crore to Million.
Create a new slicer visual and add it to the report page.
Add two options to the slicer for Crore and Million.
Select the Sales measure and the Sales in Million measure in the Fields pane.
Go to the Format pane for the Sales in Million measure, expand the Data Label section, and change the Display Unit to "Millions".
Use the Selection Controls option in the Format pane to set the slicer to control the Sales measure and the Sales in Million measure.
Create a visual that shows the sales data, such as a table or a chart.
Format the visual to show the appropriate unit based on the slicer selection. You can use the Selection Pane to show or hide visuals based on the slicer selection.
By following these steps, you can create a slicer with options to view values in Crore and Million and also convert the sales values accordingly in your Power BI report.
- Create an optimized data model
- Create dynamic YTD , MTD , QTD calculations based on user selection
- Calculate top and bottom n analysis for products based on sales and quantity based on user selection
- Allow users to dynamically change measures in the chart. Calculate sales, quantity and COGS for this.
Thankyou for your help.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
19 | |
7 | |
6 | |
5 | |
5 |
User | Count |
---|---|
25 | |
10 | |
10 | |
9 | |
6 |