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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Mokshi27
Frequent Visitor

To Find Percentage for each value

Hi
   Can anyone help me to find percentage for each type of value
here the table is

Mokshi27_1-1675700648323.png

 

Expected Result

Mokshi27_2-1675701430446.png

Thanks in advance!!

 

@amitchandak @FreemanZ @Ashish_Mathur @olgad @Greg_Deckler 

1 ACCEPTED SOLUTION

@Mokshi27 , Check the file attached after signature

View solution in original post

4 REPLIES 4
amitchandak
Super User
Super User

@Mokshi27 , Assuming count is measure or create a measure sum(Table[Count])

 

m2 = divide([Count], calculate([Count]), All() ) )

 

or

 

m2 = divide([Count], calculate([Count]), Allselected() ) )

 

Use in each card visual and add a filter of Type( Visual level)

@amitchandak 
Could you please explain?
Im getting an error on this

@Mokshi27 , Check the file attached after signature

@amitchandak 
Thank You!!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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