Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Dear Team;
Please i'm requesting your support regarding the DAX mesure.
I would like to calculate the percentage (lethality rate):
1. According to to the Gender
2. According to The gender and the region
Thank you
Solved! Go to Solution.
Hi,
I would declare variables and use the calculate and countrows functions. I'm not sure what your table names are but I imagine your dax should look something like this:
I put that IF() statement in the return of a lot of my measures that I use in cards because I hate it when the answer is 0% and the card shows "(BLANK)."
You can use similar expressions for the other percentages you want to find.
Remember if you click on your measure, then modeling, you can modify the result to return a percentage and how many decimal places you want to show.
One final caveat, the calculate() function tends to wreak havoc if you want to use this measure for a drill through.
Dear @SGroff ,
Thank you so much for your support.
But if i have the tables (1srt one OR second one) below how can i calculate the percentage? (Dax)
I think you're asking me if you can calculate mortality percentages for different populations, for example, females between the ages of 5 and 14. Calculate() allows you to filter by more than one field. See above where I filtered the countrows() expression by gender and mortality. Simply seperate the different arguments by a comma.
Hi,
I would declare variables and use the calculate and countrows functions. I'm not sure what your table names are but I imagine your dax should look something like this:
I put that IF() statement in the return of a lot of my measures that I use in cards because I hate it when the answer is 0% and the card shows "(BLANK)."
You can use similar expressions for the other percentages you want to find.
Remember if you click on your measure, then modeling, you can modify the result to return a percentage and how many decimal places you want to show.
One final caveat, the calculate() function tends to wreak havoc if you want to use this measure for a drill through.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |