Forum Discussion
Vamshi_PBI
2 years agoFrequent Visitor
Help with DAX ALLSelected
Hi Team, I need some help with writing dax formula. PFB details. My data model is having 2 tables and the data modelling as below . My datasource is a combination of live and direct query. ...
Daniel29195
2 years agoCommunity Champion
if you are intending of using all the product columns into the visual :
All Amount = CALCULATE(SUM(FactSales[Amount]),ALLSELECTED(dimproduct))
Vamshi_PBI
2 years agoFrequent Visitor
Hi Daniel29195 , Sorry for the late response.
This still resulting in cross join and total value is also not diplayed againist each row.
Thanks.
- Daniel291952 years agoCommunity Champion
please if possible, share the file so i can take a closer look at the issue . ( via google drive or dropbox)
best regards