Forum Discussion
Area Chart Interactions
kmcd You can create dax measure using below and use that for target in visual. So when applying any filter won't have any effect on that.
=CALCULATE( SUM('YOURTABLE'[targetColumn]), ALL('YOURTABLE'))
- kmcd9 years agoFrequent Visitor
ankitpatira thanks for the reply. I tried your DAX and it resolves the filtering issue but fixes the annual target value as target for each month. Using ALL('YOURTABLE'[targetColumn]) instead of ALL('YOURTABLE') resolved this but the filtering reverts back to my original problem.
Any ideas?
- Anonymous9 years agoNot applicable
Hi kmcd,
Could you please share sample data of your tables and post the expected result here? We will appreciate that if you can share the PBIX file.
Thanks,
Lydia Zhang- kmcd9 years agoFrequent Visitor
Hi Anonymous, I cannot share the original file as the data is commercially sensitive. However I have created a sample workbook with random data although it is behaving slightly differently. How/where do I upload the PBIX file?