Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
hi please ask I want to sum in the table automatically in the target column. and in this picture I share there are two data values that I took from the release data table.
Hi @Bambang_Sono ,
The totals row removes all filters and calculates based on the calculation method used in your DAX. You can use the 'selectedvalue' function.Need more info, like what DAX are you using? A modification with the IF function should meet your needs.
Best Regards
you can try
= sumx(values(Day), target)
Proud to be a Super User!
User | Count |
---|---|
84 | |
76 | |
74 | |
48 | |
39 |
User | Count |
---|---|
114 | |
56 | |
51 | |
42 | |
42 |