Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello Experts,
I am developing a Trial Balance report with following criteria.
- I have created one DateTable and mark as Date Table.
- I have created one DAX based table for the list of transaction
- Created a link in between DateTable and Transaction Table
The problem is, when I have created the Slicer from DateTable w.r.t. Date the Transaction Table won't filter according to the slicer date. In slicer I am using Between.
Transaction table consist of following fields:
- Account ID & name
- Transaction amount - Dr
- Transaction amount - Cr
- Transaction date
For example:
Solved! Go to Solution.
Hello Expert,
Thanks for your valueable time. I have found the solution and it's working perfectly fine.
Hello Expert,
Thanks for your valueable time. I have found the solution and it's working perfectly fine.
Hi @ahmedalam
From the measure expression, the result should change with the slicer.
You can check if the filtering direction on both ends of the relationship is correct, and change it to a display format with time to check if the date fields on both ends match exactly.
If not possible, you can further describe the phenomenon, such as whether the result does not change with the slicer, whether it displays null values or total values, or other situations. Additionally, sample data or PBIX files can also be provided.
Did I answer your question? If yes, pls mark my post as a solution and appreciate your Kudos !
Thank you~
Following are the snapshot related to the questions.
Your current expression calculates the cumulative value of OBDR and OBCR that is less than the StartDate or EndDate selected by the slicer.
If the logic is correct, then the expression is not incorrect. You can change the date range a little wider and see if the values will change.
Did I answer your question? If yes, pls mark my post as a solution and appreciate your Kudos !
Thank you~
I have increased or decreased the date range but no effect.
maybe is the data issue, can you upload the pbix file? if yes, pls pay attention to desensitization.
Well, it's quite difficult to publish the PBIX you know the data sensitivity. Is there any other way?
The value of OBDr or OB or OBCr these are all Measures
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 17 | |
| 10 | |
| 7 | |
| 6 |