Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
This is my DAX, but not sure why it is showing more than 100% when I'm trying calculate my average rate.
Solved! Go to Solution.
@divyaraj1407
Instead of doing straight SUM can you wrap your formula with an iterator.. See the below code works for you or not.. If not, i suugest you to provide your pbix file with dummy data so that we can check from our end.
AVERAGEX(
VALUES('Office Utilisations'[Date]),
DIVIDE(
SUM('Office Utilisations'[Seat Utilisation]),
SUM('Total Seating Capacity'[Current Seat Count])
)
) * 100
Hope it helps.
Regards
sanalytics
Hi @divyaraj1407,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
@divyaraj1407
Instead of doing straight SUM can you wrap your formula with an iterator.. See the below code works for you or not.. If not, i suugest you to provide your pbix file with dummy data so that we can check from our end.
AVERAGEX(
VALUES('Office Utilisations'[Date]),
DIVIDE(
SUM('Office Utilisations'[Seat Utilisation]),
SUM('Total Seating Capacity'[Current Seat Count])
)
) * 100
Hope it helps.
Regards
sanalytics
I'm using this at the moment, I'm bit new to power Bi
Hi @divyaraj1407,
We haven’t heard back from you regarding your issue. If it has been resolved, please mark the helpful response as the solution and give a ‘Kudos’ to assist others. If you still need support, let us know.
Thank you.
Hi @divyaraj1407,
I wanted to check if you had the opportunity to review the information provided by @sanalytics. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.
Assume this is related to your data. Confirm the numerator is less than your demoninator.
You can debug by creating measures for both numerator and denominator and visualing in a table
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 |
---|---|
10 | |
10 | |
7 | |
6 | |
6 |
User | Count |
---|---|
17 | |
14 | |
11 | |
9 | |
7 |