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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Islam
Helper V
Helper V

Limit filter to be applied only on one column

 

Hello Experts
I'm working on developing a dynamic excel file reports using power pivot and dax and I'm facing an issue to create a certain Dax Measure specially applying special filters in the table
it's simple kinda but for me as a beginner it's hard so if anyone here willing to start a zoom meeting for me and take control over my file to create that required measure i would be very grateful
Thx Everyone
2021-10-10_21-34-43.png

 

2021-10-10_21-36-09.png

 

2021-10-10_21-39-00.png

 

like it's shown in the last picture i see very total every where
those are the two pictures and i need column value for ZAVANA to be repeated as a total ZAVANI Transactions to use it later to Generate some portions and indicators no matter what is shown in the visual
1 REPLY 1
AllisonKennedy
Super User
Super User

@Islam  You can get the actual value simply by using the pivot table filters, but to get % share you could try: 

 

Total Revenue = SUM(TotalRevenue[Pouring Amount])

 

Then you can use teh [Total Revenue] measure to get subtotal and grand totals.

 

For example:

 

Total Revenue ALL Clients = CALCULATE( [Total Revenue], ALL(TotalRevenue[Client])

 

Revenue as % of All Clients = DIVIDE ( [Total Revenue], [Total Revenue ALL Clients] )

 

Just change what you put inside the ALL() function to change how you calculate the %


Please @mention me in your reply if you want a response.

Copying DAX from this post? Click here for a hack to quickly replace it with your own table names

Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C

I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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