Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
hey guys , i am having a probelm , I have accidental datarecord, some columns are
1. number of vehicles involved in accident (numercial column contains 1,2,....6 )
2. measure (total number of accidents )
3. Months name ( its is in dates table)
i want to calculate number of accidents per lakh vehicles ,over months .
# number of accidetns per lakh vehicles means .... Total Accidetns *100000 /vehicles over each month
please help me ..
Use the following DAX formula for your measure:
Accidents Per Lakh Vehicles = SUM('YourTableName'[measure]) * 100000 / SUM('YourTableName'[number of vehicles involved in accident])
Best Regards,
Jaylen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @Analyst_in_prog - Can you please provide some sample data with available fields from your dataset for reference.
Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!
Proud to be a Super User! | |
hey @rajendraongole1
the Data is in different tables , and there are several columns , thats why i am sending you the columns that we require :
is there any specific thing so please ask me i'll try to provide .
for total accidents i have created a measure .
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.
User | Count |
---|---|
9 | |
8 | |
7 | |
4 | |
3 |