March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello everyone,
I have a totalytd measure, and creating a bar chart based on date and total sales. Also I have a slicer which contains Month Name. If I filter for March month, the bar chart will show data only for March month but my requirement should be like the visual should display till March month (Jan, Feb and Mar). Likewise if I select June month in the slicer, the bar chart should display data from January to June.
How to achieve this, please advice.
Hi @Arioli_Chezhian Can you try Compare from = IF (
SELECTEDVALUE ( 'Fact' [Date]. [Year] ) = SELECTEDVALUE ( 'Date dimension' [YearNo] ) &&
SELECTEDVALUE ( 'Fact' [Date]. [MonthNo] ) <= SELECTEDVALUE ( 'Date dimension' [MonthNo] ),
SUM ( 'Fact' [Amount] ),
BLANK ()
)
You can see relevant solution on
https://community.fabric.microsoft.com/t5/Desktop/Show-data-until-selected-month/m-p/705571
I hope that work. You can share screenshot or sample data for a better suggestion.
Thanks
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
25 | |
18 | |
15 | |
9 | |
8 |
User | Count |
---|---|
37 | |
32 | |
18 | |
16 | |
13 |