Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi All,
I had written a formula in dax for calculating running totals using alllselect function which is generating incorrect results when used with slicer.
Table1
COL1 COL2
1 10
2 20
3 30
4 40
DAX formula :
Calculate ( SUM (Table1[Col2]),
FILTER (ALLSELECTED(Table1) ,COL2> SUM COL2))
I had a slicer which is build on Table2 that in turns filter Table1
When I apply the slicer will filter record with value 3 and 4.
Running total results when presented on table :
1 30
2 50
3 60
4 60
5 60
The last 2 records should not be shown as its been indrectly filtered by the slicer build on Table1 but its been shown with grand total value
Please help !!
@lakshmi_alla wrote:
Hi All,
I had written a formula in dax for calculating running totals using alllselect function which is generating incorrect results when used with slicer.
Table1
COL1 COL2
1 10
2 20
3 30
4 40
DAX formula :
Calculate ( SUM (Table1[Col2]),
FILTER (ALLSELECTED(Table1) ,COL2> SUM COL2))
I had a slicer which is build on Table2 that in turns filter Table1
When I apply the slicer will filter record with value 3 and 4.
Running total results when presented on table :
1 30
2 50
3 60
4 60
5 60
The last 2 records should not be shown as its been indrectly filtered by the slicer build on Table1 but its been shown with grand total value
Please help !!
You description is not clear, I don't see any information of table2. Could you post some sample data for Table2? By the way, where is the column1 5 from? I only see 1,2,3,4 in table1 in your original post.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 45 | |
| 34 | |
| 27 | |
| 15 | |
| 15 |
| User | Count |
|---|---|
| 58 | |
| 56 | |
| 38 | |
| 22 | |
| 20 |