Forum Discussion
YashikaAgrawal
6 months agoPost Patron
Line Chart selection Small multiplier issue
Hi, In line chart, we have given small multiples Rows 6 Columns 1 All Padding 12. Small multiplier - ABC column. When ALL is selected, its works, but the requirement is "blanks should...
- 6 months ago
Not something Power BI supports natively with small multiples.
The grid layout is fixed once rendered, so even if a selected slicer value returns no data, the visual still reserves that slot..
FBergamaschi
6 months agoSuper User
Hi YashikaAgrawal ,
my suggestion is to work on the DAC code of the measure involved
At the moment are you using a DAX measure with which code?
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
YashikaAgrawal
6 months agoPost Patron
Thanks for the reply.
X axis -Month
Y-axis- sum(Recordcopunt)
Small multiples ABC column.
Thanks