Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have made a dashboard, where whenever I open it for some reason the data doesn't load even after a while until I make a selection. Even if the selection is the overall one.
I have buttons that I use to make these selections. Whenever I click on it then the data loads.
Why do you think this is and How do I fix it?
I would rather say that there is a set expression which requires selection to be made or data model is wrong. Can you check data model if it's loaded? Can you check if your visualization has set expression in measures?
@deepkirat I think data is huge or application size is more. You can use getselectedcount(field)>=1 in chart add on section, so that when ever you will select anything then only chart will be visible.