cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
Shaglok
Frequent Visitor

Newbie DAX question

Hello.

 

I never used DAX and could not find a proper solution a surely easy question.

 

I have a measure with the total sales. In a table I also have a column with the sales of each shop. I need to discard some shops, but we have to compare with the total. If I filter some shops, the total chances, but I need to use the total even of the discarted shops.

 

So, how can I configure a column with the formule "previous column / Totals measure"?

 

Thanks

1 ACCEPTED SOLUTION

3 REPLIES 3
tamerj1
Super User
Super User

Hi @Shaglok 
You need to do simething like 
Totals measure =

CALCULATE ( [Sales], ALL ( TablrName[Shop] ) )

Ofcourse it depends on the filter contectx of the table visual i.e. what other columns involved in the table.

Greg_Deckler
Super User
Super User

@Shaglok Use ALL. You will likely need to have a slightly different calculation for your total line. This Quick Measure, Measure Totals, The Final Word should get you what you need:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Mastering Power BI 2nd Edition

DAX is easy, CALCULATE makes DAX hard...

Thank you!!

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors