Forum Discussion
DHPBI2024
2 years agoNew Member
Calculating count for each value in Power BI Table visual through custom tooltip
I have a table visual which contains total 5 columns in which first column is for month and remaining is for 4 weeks and included 12 rows except header, 1st column = contains month and other columns...
amitchandak
Super User
2 years agoDHPBI2024 , based on what I got, you can have measure
calculate([Your measure], removefilters(Table[Week]) )
- DHPBI20242 years agoNew Member
Thank you for quick response , Tried similar measure but resulting same count for complete values in a row.