Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
tmarain
New Member

% calculation

I have data in table visuals below

Town               Month       Target                Sales 

A                     Jan-23       2M                    1.5M

A                     Feb-23       3M                    2.2M

A                     Mar-23      3.5M                  3M

I want to add a column with calculating % achievement of sales against the target.

Anyone can help

1 REPLY 1
DOLEARY85
Resident Rockstar
Resident Rockstar

Hi,

 

you could just use a calculate sum measure:

 

Measure = CALCULATE(SUM('Table'[Sales]))/CALCULATE(SUM('Tablw)'[ Target]))
 
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors
Top Kudoed Authors