Forum Discussion
drill through button on Timeline report
- 6 years ago
See the attached pbix file. I have not put any action on the button, but if you select a product in the table you should see the button appear. Consider the conditional formatting I've applied.
If you have the measure grayed out as an option, this is usually because the data type does not match the formatting rules you are trying to apply. What is the data type of your Measure7?
Sorry, your image is too small to see - it won't let you select Measure7?
It works on my test and looks selectable in your small screenshot, but like I said your image is too small to see for sure if that measure is disabled. Your measure DAX looks right.
I have used
ButtonText = IF(ISFILTERED('Table'[Category]), "Details", "")
In my testing
I can only select column values on conditional formatting option not measures. can you please share the pbi txt. it will be helpfull for me
- AllisonKennedy6 years agoCommunity Champion
See the attached pbix file. I have not put any action on the button, but if you select a product in the table you should see the button appear. Consider the conditional formatting I've applied.
If you have the measure grayed out as an option, this is usually because the data type does not match the formatting rules you are trying to apply. What is the data type of your Measure7?
- Anonymous6 years agoNot applicable
thanks a lot Allison. that really helped me.