Forum Discussion
Card Visual not showing correct values after excluding dimension column
- 1 year ago
yes, here it is
https://drive.google.com/drive/folders/1FHc79P-25eVq8-K2a5c4uoPJ0_5wa6-w?usp=sharing
If this helped, please consider giving kudos and mark as a solution
me in replies or I'll lose your thread
consider voting this Power BI idea
Francesco Bergamaschi
MBA, M.Eng, M.Econ, Professor of BI
It is enough the Force that measure to go one Customer at a time, I will fix it after dinner, ok?
Hi FBergamaschi,
Thanks and kudos for your support
Regards,
Bhaskar
- FBergamaschi1 year agoSuper User
Hi bhaskarpbi999,
can you specify what is the nature of the measure GR Flag M, I need to reproduce that behaviour in another way
Thanks
- FBergamaschi1 year agoSuper User
Hi bhaskarpbi999 and MasonMA,
while I was waiting for a feedback on the neture of the measure used as a filter, I tought to sove it differently
Now I have a file in which I implemented the new logic, where can I upload it so you can test it?
Here how it works now, a few screenshots
The totals stay correct if I remove the Customer:
With the flag on zero:
and still same totals if I remove the Customer
Is this what you were looking for?
Best
If this helped, please consider giving kudos and mark as a solution
@me in replies or I'll lose your thread
consider voting this Power BI idea
Francesco Bergamaschi
MBA, M.Eng, M.Econ, Professor of BI
- bhaskarpbi9991 year agoHelper V
Hi FBergamaschi,
Thanks and kudos for your support.
I have replied about the behavior of GRFlagM but i have seen yourolution solution post and i am expecting the same result after customer name is removed.
Could you please share the test .pbix so that i can check it and see if it works fine with sclicer filter.
Thanks in Advance for your immense support.
Regards,
Bhaskar
- bhaskarpbi9991 year agoHelper V
Hi FBergamaschi,
I have created GR FLagM bco'z i cant use the measure logic IF([Rev cy] > [Rev Ly], 1, 0) and use it directly in slicer due to power BI feature restriction.
I used GR FlagM measure and filtering it using GR flag slicer which is number column from Flag slicer table and specified the logic in the below formula.
GR FlagM = VAR Test = IF([Rev cy] > [Rev Ly], 1, 0)RETURNIF(ISFILTERED('Flag Slicer'[Number]),IF((Test= SELECTEDVALUE('Flag Slicer'[Number])),1,0),0)When you select GR flag slicer value then only it will display data else no data.Thanks for your support and if there is a alternative way that would be really helpfull for this issue.Regards,Bhaskar- FBergamaschi1 year agoSuper User
Is this answer what you were looking for ?
If it is, I can share the file so you check in detail
If this helped, please consider giving kudos and mark as a solution
me in replies or I'll lose your thread
consider voting this Power BI idea
Francesco Bergamaschi
MBA, M.Eng, M.Econ, Professor of BI