Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
DATE | COUNTS | COUNTS TYTD |
2021-03 | 30 | 89 |
2021-02 | 28 | 59 |
2021-01 | 31 | 31 |
2020-12 | 26 | 323 |
2020-11 | 24 | 297 |
2020-10 | 42 | 273 |
2020-09 | 31 | 231 |
2020-08 | 22 | 200 |
2020-07 | 32 | 178 |
2020-06 | 31 | 146 |
2020-05 | 12 | 115 |
2020-04 | 21 | 103 |
2020-03 | 28 | 82 |
2020-02 | 23 | 54 |
2020-01 | 31 | 31 |
TOTAL | 412 | 89 |
I need to total the TOTALYTD value over multiple years. The value is correct for each year but I need the table to return the total of each year and not just the current years YTD total. I would like it to return 412 instead of 89 ( 89 + 323).
Solved! Go to Solution.
Hi, @NickTT
Please try the below measure.
The sample pbix file's link is down below.
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
That works correctly in a Matrix but what about Table? In a Table it's returning the same row values as COUNTS.
Hi, @NickTT
Please try the below measure.
The sample pbix file's link is down below.
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
That did the trick!
@NickTT , use isinscope or isfiltered and change measure to simple sum
if(isinscope(Date[Date]), [COUNTS TYTD], [COUNTS])
or
if(isfiltered(Date[Date]), [COUNTS TYTD], [COUNTS])
https://www.kasperonbi.com/use-isinscope-to-get-the-right-hierarchy-level-in-dax/
https://powerpivotpro.com/2013/03/hasonevalue-vs-isfiltered-vs-hasonefilter/
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!