Forum Discussion
filtered calculation changes the values
- 1 year ago
Hi lenawr ,
Here is your solution.
The Dax Measure is as below.
Per = var current_val = sum('Table'[GGID]) Var total_Val = calculate(sum('Table'[GGID]),ALLEXCEPT('Table','Table'[Country])) return DIVIDE(current_val,total_Val,0)If this works, Accept as solution, Else let me know whats going wrong.
Hello lenawr,
Hope everything’s going great with you. Just checking in has the issue been resolved or are you still running into problems? Sharing an update can really help others facing the same thing.
Thank you.
Hi v-ssriganesh unfortunately none of solutions worked
- Rupak_bi1 year agoSuper User
Hi lenawr ,
Here is your solution.
The Dax Measure is as below.
Per = var current_val = sum('Table'[GGID]) Var total_Val = calculate(sum('Table'[GGID]),ALLEXCEPT('Table','Table'[Country])) return DIVIDE(current_val,total_Val,0)If this works, Accept as solution, Else let me know whats going wrong.
- v-ssriganesh1 year agoCommunity Support
Hi lenawr,
Thank you for updating us on the issue and thanks to Rupak_bi for sharing helpful insights.
Could you confirm if Rupak_bi's solution resolved your query? This information will assist other members facing similar challenges.
Thank you for being part of the Microsoft Fabric Community.