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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Korekar27
Helper I
Helper I

undefined

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?

2 ACCEPTED SOLUTIONS
Ajendra
Resolver I
Resolver I

Hey,

Try this..

 

To create a slicer with options to view values in Crore and Million in Power BI, you can follow these steps:

  1. 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.

  2. Create a new slicer visual and add it to the report page.

  3. Add two options to the slicer for Crore and Million.

  4. Select the Sales measure and the Sales in Million measure in the Fields pane.

  5. Go to the Format pane for the Sales in Million measure, expand the Data Label section, and change the Display Unit to "Millions".

  6. Use the Selection Controls option in the Format pane to set the slicer to control the Sales measure and the Sales in Million measure.

  7. Create a visual that shows the sales data, such as a table or a chart.

  8. 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.

View solution in original post

Anonymous
Not applicable

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)

 

41.png42.png

You'll see the two columns are displaying the below format.

vstephenmsft_0-1683788046118.png

Create a field parameter for filtering.

Let report readers use field parameters to change visuals (preview) - Power BI | Microsoft Learn

vstephenmsft_1-1683788112528.png

Drag the two columns to the left.

vstephenmsft_2-1683788121582.png

Click "Create", the field parameter with a slicer will be generated.

At last, you can show the different format dynamically.

vstephenmsft_3-1683788160818.pngvstephenmsft_4-1683788167911.png

 

 

   

                                                                                                                                                         

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.           

View solution in original post

6 REPLIES 6
Anonymous
Not applicable

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)

 

41.png42.png

You'll see the two columns are displaying the below format.

vstephenmsft_0-1683788046118.png

Create a field parameter for filtering.

Let report readers use field parameters to change visuals (preview) - Power BI | Microsoft Learn

vstephenmsft_1-1683788112528.png

Drag the two columns to the left.

vstephenmsft_2-1683788121582.png

Click "Create", the field parameter with a slicer will be generated.

At last, you can show the different format dynamically.

vstephenmsft_3-1683788160818.pngvstephenmsft_4-1683788167911.png

 

 

   

                                                                                                                                                         

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.           

Hey bro I've another question
Kindly help me with it
PFAtwo datasets for your reference.
 
PFB Scenario Objectives:
 
1) Load the Superstore data to calculate no. of orders that have been generated for the last 6 , 12 , 18 months based on a filter selection.
2) Load the BusinessE2E data to perform the below activities:
  • 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.

Ajendra
Resolver I
Resolver I

Hey,

Try this..

 

To create a slicer with options to view values in Crore and Million in Power BI, you can follow these steps:

  1. 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.

  2. Create a new slicer visual and add it to the report page.

  3. Add two options to the slicer for Crore and Million.

  4. Select the Sales measure and the Sales in Million measure in the Fields pane.

  5. Go to the Format pane for the Sales in Million measure, expand the Data Label section, and change the Display Unit to "Millions".

  6. Use the Selection Controls option in the Format pane to set the slicer to control the Sales measure and the Sales in Million measure.

  7. Create a visual that shows the sales data, such as a table or a chart.

  8. 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.

 
Hey bro can you help me with it
  • PFA two datasets for your reference.
 
PFB Scenario Objectives:
 
1) Load the Superstore data to calculate no. of orders that have been generated for the last 6 , 12 , 18 months based on a filter selection.
2) Load the BusinessE2E data to perform the below activities:
  • 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.

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.