Forum Discussion
Making the x axis range the same for multiple visuals - different data densities/frequency
- Anonymous6 years ago
Hey - I found a way to get around this issue and wanted to share it in case anyone else is looking for it.
The problem is that there are no values in cells for the lower frequency data. Basically there needs to be equal number of rows for each chart that you are making, and instead of those rows without data being blank, they need to have zero's as values. The Dynamic ranging will then include those data in the range displayed for all charts.
Unfortunately the between sliders dont work for what i need :(
Sounds like maybe you have to handle it in some DAX calculations. Can you provide source data? Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
- Anonymous6 years agoNot applicable
- Anonymous6 years agoNot applicable
Hey - I found a way to get around this issue and wanted to share it in case anyone else is looking for it.
The problem is that there are no values in cells for the lower frequency data. Basically there needs to be equal number of rows for each chart that you are making, and instead of those rows without data being blank, they need to have zero's as values. The Dynamic ranging will then include those data in the range displayed for all charts.