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.
Hi,
I would like to get the value for previous period that is given by the slicer. Not sure how I should do it.
With a stacked bar I have managed to solve it using following DAX . I would like to do something similair with card visual.
SWITCH(
TRUE(),
ISINSCOPE('pbi Period'[Date].[Day]),
CALCULATE(
[Order],
DATEADD('pbi Period'[Date], -366, DAY)
),
ISINSCOPE('pbi Period'[Date].[Month]),
CALCULATE(
[Order],
DATEADD('pbi Period'[Date], -12, MONTH)
),
ISINSCOPE('pbi Period'[Date].[Quarter]),
CALCULATE(
[Order],
DATEADD('pbi Period'[Date], -1, QUARTER)
),
ISINSCOPE('pbi Period'[Date].[Year]),
CALCULATE(
[Order],
DATEADD('pbi Period'[Date], -1, YEAR)
)
)
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 |
---|---|
14 | |
10 | |
10 | |
10 | |
9 |
User | Count |
---|---|
18 | |
13 | |
12 | |
11 | |
8 |