Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
I am working with leger entries and normally I can user the following to filter out the dates I want.
..02/01/2024
This would show me all records with the end date less than Feb 1 2024
But how I am supposed to relate that into my measures so I can see this value by date?
I have a measure that doesn't factor in the posting date.
I have that table (value entry) linked to my MasterDate table.
When I put the measure and month into a chart i get this
I understand why I get this but I want to know is how do I get all date prior to that date into that measure?
The filters should be
Januaray 2023 = ..01/31/23
Feburary 2023 = ..02/28/23
etc
Solved! Go to Solution.
@bignadad Best not to use the [Date].[Date] notation. Instead:
I tried the calculate type and that worked
That seems like what I need but I'm getting the same value each month now
I tried this code
and the relationship between item ledger entry and value entry
@bignadad Best not to use the [Date].[Date] notation. Instead:
Awesome. Thank you!
@bignadad Not sure I am tracking this. Are you saying you want a running total? If that is the case: Better Running Total - Microsoft Fabric Community
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.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 47 | |
| 44 | |
| 40 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 70 | |
| 67 | |
| 32 | |
| 27 | |
| 25 |