Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
Hi Everyone,
My Goal here is to make a bar chart about Descendent Running Total.
We want to calculate how much amount of the remaining balance for each period.
Please note that I have two sets of data, and I joined them (both ways) by “Number.” (1 to N)
The final chart should like this.
Like a general running total, I can make a measure like this.
Actual running total in Actual =
CALCULATE(
SUM('Finance'[Forecast]),
FILTER(
ALLSELECTED('Finance'[Period]),
ISONORAFTER('Finance'[Period], MIN('Finance'[Period]), ASC)
)
)
The chart looks perfect at the beginning. However, When I put in a Slicer of “Name”, which is from Table links to Info Table (top table), the chart went crazy and looks like this.
Seems like the problem is that the measure now includes ALL periods. However, if I select #1, I just want to see #1’s period instead of ALL other periods.
(Note: the filter works fine if the slicer field comes from the same table. But it doesn't work with a linked table)
Does anyone know how to fix this issue?
Thank you so much for your help!
Thank you,
Matthew
@Anonymous looks like its losing the context on the columns which makes sense if its not linked properly across the tables, can you post a picture of your relationship diagram pointing out the cultprit fields?
Proud to be a Super User!
Hi vanessafvg,
THis is the relationship Diagram. As you can see, the "Global Project" is the info table I refered. I'm taking the "Name" field from Global Projects table. I didn't use other tables in my case... just those two highlighted
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
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 |
|---|---|
| 53 | |
| 40 | |
| 38 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 69 | |
| 34 | |
| 33 | |
| 30 |