Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. 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! | |
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
71 | |
65 | |
42 | |
42 |
User | Count |
---|---|
49 | |
42 | |
29 | |
28 | |
27 |