The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
How can I filter on today's date plus 14? I have a date column and I can join it to a calendar table date.
Hi @Maureen ,
This depends on your needs but without any details is difficult to give you a correct answer, you can try something similar to this:
Filter + 14 = CALCULATE ( SUM ( Table[Column] ); FILTER ( ALL ( Table[Date] ); Table[Date] <= TODAY () + 14 && Table[Date] >= TODAY () ) )
This will filter out the information from today until today plus 14.
Again this may not work because I don't have details of your needs.
Can you share some sample data and expected result?
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsJoin the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
113 | |
78 | |
77 | |
43 | |
38 |
User | Count |
---|---|
150 | |
116 | |
66 | |
64 | |
55 |