Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello hello, I wanted to ask for a little guidance to be able to make a filter that can give me the corresponding year but mainly that the month starts from the 20th of the previous month to the 21st of the month consulted, giving as an example that if today 21-05-2024 I require the information of January it gives me the data from 21-12-2023 to 20-01-2024, Thank you very much in advance
Solved! Go to Solution.
This one worked for me;
This one worked for me;
To not overcomplicate yourself, I would recommend just use the date field in a slicer, set it up as a Between type and input your dates:
Proud to be a Super User!
I mean, I currently have it like this, the question is if there was something more friendly, like just selecting the month and having it perform the automatic conditioning
You wouldn't be able to use them as filters but you could create a pretty customized measure with time-intelligence and parameters. Something like:
DynamicMeasure = CALCULATE([WhateverExpressionYouWantToShow], DATESINPERIOD('DateTable'[Date], TODAY(),[ParameterField], MONTH))
Proud to be a Super User!
If it really works for me, I ended up doing the following:
I made a start date
Thank you very much for your help
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
60 | |
58 | |
54 | |
36 | |
33 |
User | Count |
---|---|
79 | |
66 | |
45 | |
45 | |
43 |