March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
I want to calculate the percentage of each category (Late or OnSchedule) under each carrier.
Month | Week | Carrier | LateOnSched |
1 | 1 | UPS | OnSchedule |
1 | 2 | UPS | OnSchedule |
1 | 3 | UPS | OnSchedule |
1 | 4 | UPS | Late |
2 | 5 | UPS | OnSchedule |
2 | 6 | SEFL | OnSchedule |
2 | 7 | SEFL | OnSchedule |
2 | 8 | SEFL | OnSchedule |
Any help is appreciated 🙂
Solved! Go to Solution.
Hi @Anonymous ,
Try Below
Row Count = COUNT(Data[LateOnSched])
Supplier Count = CALCULATE([Row Count],ALLEXCEPT(Data,Data[Carrier],Data[Month]))<-Change to Weekl or Month depending on what's in your visual.
% = DIVIDE([Row Count],[Supplier Count])
If this solves your problem, please accept my solution.
Hi @Anonymous ,
Try Below
Row Count = COUNT(Data[LateOnSched])
Supplier Count = CALCULATE([Row Count],ALLEXCEPT(Data,Data[Carrier],Data[Month]))<-Change to Weekl or Month depending on what's in your visual.
% = DIVIDE([Row Count],[Supplier Count])
If this solves your problem, please accept my solution.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
129 | |
90 | |
75 | |
58 | |
53 |
User | Count |
---|---|
200 | |
104 | |
101 | |
67 | |
55 |