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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
COU_Alan
Frequent Visitor

Calculating Daily Percentage per Floor using DAX

Hi guys

I want to calculate percentage per floor by daily

 

As you can see in below image, i set 6 slicers (a table's column1, b tables's col1 ...)

And for calculating percentage, i want to set daily total value in below chart regardless of floor (values in redboxes should be same)

 

Please excuse the incomplete nature of the image.

Security measures have been applied via masking in case of unforeseen circumstances.

 

Thank you 🙂

COU_Alan_0-1756198107923.png

2 REPLIES 2
v-tejrama
Community Support
Community Support

Hi @COU_Alan ,

 

Thank you @FBergamaschi  for the response provided!

Has your issue been resolved? If the response provided by the community member addressed your query, could you please confirm? It helps us ensure that the solutions provided are effective and beneficial for everyone.

Thank you for your understanding!

FBergamaschi
Solution Sage
Solution Sage

Hi @COU_Alan,

to obtain the same value you need to ignore filters

 

In the below image you provided

 

FBergamaschi_0-1756198850898.png

can you please psecify what is in cloumns in the top matrix? Suppose it is a column named Table[Column] and your measure is called Amount

 

I suggest you to create a measure like this

 

Amout no Filter = 
CALCULATE ( [Amount], REMOVEFILTERS ( Tables[Column] ) )

 

If you have more than one column in the columns section of the matrix, you need to remove filters also from them

 

If this helped, please consider giving kudos and mark as a solution

@me in replies or I'll lose your thread

Want to check your DAX skills? Answer my biweekly DAX challenges on the kubisco Linkedin page

Consider voting this Power BI idea

Francesco Bergamaschi

MBA, M.Eng, M.Econ, Professor of BI

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 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.