Forum Discussion
Table showing same value for all
- 3 years ago
Hi,
Please check the attached pbix file whether it suits your requirement.
I changed some measures to show the numbers.
Thank you.
Hi,
I am not sure how your measure is authored, but I guess it looks something like below.
new measure =
CALCULATE ( [Expressionmeasure], 'tablename'[columnname1] >= 1 )
Please try to use a keepfilters dax function and check whether it suits your requirement.
new measure =
CALCULATE ( [Expressionmeasure], KEEPFILTERS ( 'tablename'[columnname1] >= 1 ) )
- abukapsoun3 years agoPost Patron
Hi,
It didn't work. the columnname1 is what? is it the country column? and expressionmeasure is the value?
thanks,
- Jihwan_Kim3 years agoSuper User
Hi,
Please share your sample pbix file's link (onedrive, googledrive, dropbox, or any other link) here, and then I can try to look into it.
Thanks.
- abukapsoun3 years agoPost Patron
Hi Jihwan_Kim
Thank you for proposing. Here is my dataset
https://drive.google.com/file/d/1-IKTlebQWjZcAJIrbQeECTkS4_puWrBP/view?usp=share_link
Looking forward 🙂
Thanks