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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live 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
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 15 | |
| 12 | |
| 8 | |
| 7 | |
| 7 |