Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
I am new to Power BI and am trying to build a trend chart showing the % for one store in specific (filtered) and % of of all our stores combined (no filter applied). Can I show these in one trend chart?
Below is an example including only the one store in specific. I am trying to figure out how to add to the same chart an additional line with all stores combined.
Thanks in advance for the help!
Bianca
This can probably be acheived using the ALL function. https://docs.microsoft.com/en-us/dax/all-function-dax
So maybe one measure for the specific store CALCULATE(,FILTER()) and then another measure for all of the stores CALCULATE(,ALL())
Do you have a little more information about the current measure/value/data?
Thanks a lot for the help! I had to do a few extra steps, but this put me in the right direction!
@Anonymous
I have a similar question but more so for a scatter chart.
Any idea if it can be done for a scatter chart?
Regards
I have not had a use case for a scatter yet so I am not familiar enough to even make a guess. Good luck!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.