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
Solved! Go to Solution.
@Greg_Deckler I have just used the filter to only show total visitors when the value is "not blank" and that has fixed it for me.
Thank you for your help with everything though!
@Anonymous What do your measures look like? Generally you can use something along these lines:
Measure Average = AVERAGEX( ALL('Table'), [Value] )
@Anonymous Try:
AverageFootFall = AVERAGEX( ALL('Priority Zone'), [total visitors] )
Your other measures can remain the same.
@Greg_Decklerthe only issue is when i do that, the average stays the same regardless of what i select on the slicers. So it is not dynamic as I wish it to be. The graph also becomes quite gapped.
@Anonymous Use ALLSELECTED then instead of ALL. So like:
AverageFootFall = AVERAGEX( ALLSELECTED('Priority Zone'), [total visitors] )
@Greg_DecklerThanks that has worked, the only thing now is the graph still looks like this.I dont suppose you know how i would go about making it so there was no gaps between the bars when only selecting one day?
Thanks for your help.
@Anonymous Ah, well, you could try changing the x-axis to categorical instead of continuous.
@Greg_Deckler I have just used the filter to only show total visitors when the value is "not blank" and that has fixed it for me.
Thank you for your help with everything though!
@Anonymous That's a great solution!
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.