Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
My data is filtered when I hardcode as shown below.
@sshiny , Change position of start and end , start should be smaller
VAR DateEnd = MAXX(allselected('Recorded Orders Fact'),'Recorded Orders Fact'[Order Date])
VAR DateStart = MAXX(allselected('Recorded Orders Fact'),'Recorded Orders Fact'[Order Date]) - 30
RETURN
CALCULATETABLE(
'Recorded Orders Fact',
FILTER('Recorded Orders Fact','Recorded Orders Fact'[Order Date] <= DateEnd && 'Recorded Orders Fact'[Order Date] >= DateStart)
)
If needed use allselected
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
69 | |
64 | |
51 | |
37 | |
26 |
User | Count |
---|---|
85 | |
55 | |
45 | |
44 | |
35 |