Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. 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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 9 | |
| 6 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 21 | |
| 12 | |
| 9 | |
| 5 | |
| 5 |