Forum Discussion
Anonymous
6 years agoNot applicable
Static Column For Display on Card Without Slicer Interference
Hi All I careated a column Hours per Day = 8 And I want to show this as it is on a Card, showing the number 8. But given that I have a slicer in the same page, it shows a number like ...
v-lid-msft
6 years agoCommunity Support
Hi Anonymous ,
We can use this static measure in other measure or calculate column such as following formula:
TotalHour = COUNTROWS('Table') * [Hours per Day]
Best regards,