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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Anonymous
Not applicable

Need to get % according to EPIC Name for each month based on count of EPIC names

Hi,

 

I have a requirement to show the EPIC name(we have 3 EPIC names) in % for each month wise based on EPIC's count

V_K_1-1652261656368.png

 

I got the correct out in 100% Stacked column chart like below

V_K_2-1652261853220.png

 

However I need to show the same % in table visual based on EPIC Names count (due to difficult to see the data for less values i.e Yellow ) 

 

I am expecting the DAX or any other logics for the same

 

out put should be like below bolded one ( I am just manually given for Jan month . need to get out like that for all the months)


January  -   All Other EPICS   - 31  - 65.96%

January  -  QB BAU/CI EPIC  - 12 - 25.53%               

January   - QB Tech Debt   - 4 -    8.51%

 

 

Thanks in advance 😊

1 ACCEPTED SOLUTION

@Anonymous 

 

Measure =
DIVIDE (
    [EPIC Names count],
    CALCULATE (
        [EPIC Names count],
        REMOVEFILTERS ( Table[New EPIC_Name])
    )
)

 


2022-05-09 21_46_30-Auto sign in click on _Sign-in_ if button appears ... - Microsoft Power BI Commu.png

Showcase Report – Contoso By SpartaBI


SpartaBI_3-1652115470761.png  SpartaBI_1-1652115142093.png   SpartaBI_2-1652115154505.png

Full-Logo11.png

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

@Anonymous , Based on what I got. Hope you have meausre EPIC Names count

 

new measure =

 

Divide([EPIC Names count], calculate([EPIC Names count], removefilters(Table[Month])))

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Hi Amit,

 

Thank you for your replay..

I just used your DAX formula however I am getting the 100% for all like below which is not correct one.

 

V_K_0-1652346867407.png

 

@Anonymous 

 

Measure =
DIVIDE (
    [EPIC Names count],
    CALCULATE (
        [EPIC Names count],
        REMOVEFILTERS ( Table[New EPIC_Name])
    )
)

 


2022-05-09 21_46_30-Auto sign in click on _Sign-in_ if button appears ... - Microsoft Power BI Commu.png

Showcase Report – Contoso By SpartaBI


SpartaBI_3-1652115470761.png  SpartaBI_1-1652115142093.png   SpartaBI_2-1652115154505.png

Full-Logo11.png

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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