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! | |
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
72 | |
68 | |
41 | |
35 |
User | Count |
---|---|
109 | |
56 | |
52 | |
48 | |
42 |