Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I have a requirement to show a Percentage by Name in Power BI. What I need is shown in Column named (Category Type 2%)
I have done below in excel not quite getting the same result in Power BI
Solved! Go to Solution.
Hi @shaikhzdandg
Please find the DAX
Category 2 % =
DIVIDE(
SUM('Table'[Total Rows]),
CALCULATE(SUM('Table'[Total Rows]),ALL('Table'[Name])),
0)
There are two rows with same AN name
Accept as Solution if resolved your question
Proud to be a Super User! | |
@shaikhzdandg You are welcome
Proud to be a Super User! | |
Hi @shaikhzdandg
Please find the DAX
Category 2 % =
DIVIDE(
SUM('Table'[Total Rows]),
CALCULATE(SUM('Table'[Total Rows]),ALL('Table'[Name])),
0)
There are two rows with same AN name
Accept as Solution if resolved your question
Proud to be a Super User! | |
User | Count |
---|---|
84 | |
77 | |
75 | |
43 | |
36 |
User | Count |
---|---|
109 | |
56 | |
52 | |
45 | |
43 |