Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
Hi All,
I have posting preiod on my selection screen of type select single .
| Posting period | Amnt |
| 001 | 10 |
| 002 | 20 |
| 003 | 30 |
| 004 | 40 |
| 005 | 50 |
| 006 | 60 |
| 007 | 70 |
| 008 | 80 |
| 009 | 90 |
I have 'Actuals to date' to be calculated as cumulated as per selected value on filter
eg : if 003 is selected then Actual to date should be calculated as 60 .
This is working fine as per below formula.
| Posting period | Amnt |
| 001 | 10 |
| 002 | 20 |
| 003 | 30 |
if filter is 004 and table as posting period then it should be as below
| Posting period | Amnt |
| 001 | 10 |
| 002 | 20 |
| 003 | 30 |
| 004 | 40 |
if filter is 004 and posting period is not added inthe table then value should be
100 in table.
Kindly help.
Thanks.
Solved! Go to Solution.
@AOD , Create an independent table of Posting period
Priod = distinct(Table[Posting period])
Use that in slicer
In visual table Posting period from Table and this measure
Measure = calculate(Sum(Table[Amnt]), filter(Table, Table[Posting period] <= selectedvalues(period[Posting period]) ) )
@AOD , Create an independent table of Posting period
Priod = distinct(Table[Posting period])
Use that in slicer
In visual table Posting period from Table and this measure
Measure = calculate(Sum(Table[Amnt]), filter(Table, Table[Posting period] <= selectedvalues(period[Posting period]) ) )
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 68 | |
| 59 | |
| 44 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 104 | |
| 104 | |
| 37 | |
| 26 | |
| 26 |