Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
How To Calculate the Sales/Target
% column incorrect, actual % is done?
Kinldy Help
Type | Target | Sales | % | Actual By manual |
GIRLS | 4.16 | 1.74 | 40% | 41.88% |
LADIES | 81.68 | 63.07 | 74% | 77.21% |
LADIES GIANT | 1.51 | 0.76 | 48% | 50.23% |
Hi @Anonymous ,
Create a Measure
Actual by Manual = DIVIDE('TABLE'[Sales],'TABLE'[Target])
Change the format of the measure.
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
@Anonymous
Try
=DIVIDE(TABLE[Sales],TABLE[Target])
Then format as %.
________________________
Did I answer your question? Mark this post as a solution, this will help others!.
Click on the Thumbs-Up icon on the right if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Check out the May 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
16 | |
15 | |
14 | |
12 | |
11 |
User | Count |
---|---|
10 | |
9 | |
8 | |
8 | |
7 |