Forum Discussion
Anonymous
5 years agoNot applicable
Dynamic Table in DAX expression
Hello All, I have the below dataset of products and store information. I would like to have a simple DAX Expression which returns Product and total sales. Main Dataset: City Product A ...
AnkitKukreja
5 years agoSuper User
Hi Anonymous
I believe calculate table or unpivot is the only option according to me.
Let's see if we can get any other solution.
Thanks,
Ankit
Anonymous
5 years agoNot applicable
Calculate table will have an issue of static data. Because it won't have dynamic data. Unpivot is also a one-time solution and the same challenge of static data. Thanks, Ankit for looking into though.
- AnkitKukreja5 years agoSuper User
Hi Anonymous
But, unpivot would be added as a step in your query editor and it would update as your data is updated everytime. Just thinking it out loud, if you might have missed that point.
Anyways, thanks and good luck.