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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
vanessafvg
Super User
Super User

One measure in graph not filtered

I want to create a measure that doesn't get filtered.

 

I have a product bar graph and I have a line graph.

 

Product Bar graph has product by revenue

Line graph has total revenue by year/month.

 

i want to create another measure of total revenue that will not adjust when i click on a product in bar graph.  Unfortunately the measure i created 

 

Total Revenue = CALCULATE(SUM(ProfitAndLoss,ProfitAndLoss[Revenue]), ALL(ProfitAndLoss))

 

the above unfortunately shows the total for the whole year on the line chart on every month ,   how do i get it to show all revenue per month, without letting anything adjust it but still plotted correctly on the months.  all just brings back the total and plots that on a flat line against the months

 

 

 





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




1 REPLY 1
fhill
Resident Rockstar
Resident Rockstar

See if this article helps.  It shows how ALLEXCEPT might help....

 

https://www.sqlbi.com/articles/using-allexcept-versus-all-and-values/

 

If not, can you post some sample data so we can try to replciate your issue.  Thank You




Did I answer your question, or help you along the way?
Please give Kudos or Mark as a Solution!


https://www.linkedin.com/in/forrest-hill-04480730/

Proud to give back to the community!
Thank You!




Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors