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.
I have this DAX query below that filters on Sales Reps but am having trouble turning it into a Paramater so my Paginated Report can filter on it using a drop down. Any help would be greatly appreciated!
DEFINE
VAR __DS0FilterTable =
FILTER(
KEEPFILTERS(VALUES('SalesByCust'[Name.1])),
'SalesByCust'[Name.1] IN
{"Sales Rep 1",
"Sales Rep 2",
"Sales Rep 3",
"Sales Rep 4",
"Sales Rep 5",
"Sales Rep 6",
"Sales Rep 7"}
)
EVALUATE
SUMMARIZECOLUMNS(
'SalesByCust'[CustomerName],
'SalesByCust'[Name.1],
__DS0FilterTable,
"v2023", 'SalesByCust'[2023],
"v1_Last_MTD_Sales", 'SalesByCust'[1_Last MTD Sales],
"v1_MTD_Sales", 'SalesByCust'[1_MTD Sales],
"SumProjected_Total", CALCULATE(SUM('SalesByCust'[Projected Total])),
"Var_to_Forecast", 'SalesByCust'[Var to Forecast],
"Sumv07", CALCULATE(SUM('ForecastSheet'[07]))
)
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 |
---|---|
8 | |
2 | |
2 | |
2 | |
1 |
User | Count |
---|---|
7 | |
6 | |
4 | |
3 | |
3 |