Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi All,
I have created a report using PowerBI Report builder and the dataset query is coming from Performance Analyzer.
I define a Year and Month parameter but if I choose a multiple value on year or month i'm getting an error or no data displayed on the report. If i choose single value on the parameter the report is working.
Another thing, if i choose multiple value on year parameter, i'm also getting an error.
cannot covert value <pii>2019|2020</pii> of type tp type integer while processing column <pii>[static column]->datetable[Received Year]</pii>
Parameter: set expression value
=Join(Parameters!Year.Value,"|")
=Join(Parameters!Month.Value,"|")
Below is the DAX query.
// DAX Query
DEFINE
VAR __DS0FilterTable =
TREATAS({@Year}, 'DateTable'[Received Year])
VAR __DS0FilterTable1 =
TREATAS({@Month}, 'DateTable'[MonthName])
VAR __DS0FilterTable2 =
TREATAS({"Phone"}, 'CSST'[Product Group])
VAR __DS0FilterTable3 =
TREATAS({"AER"}, 'CCST'[Category])
EVALUATE
TOPN(
501,
SUMMARIZECOLUMNS(
ROLLUPADDISSUBTOTAL(
'CSST'[Category], "IsGrandTotalRowTotal",
'CSST'[Client], "IsDM0Total",
I believe the parameters are just not working correctly or the DAX query, likely, something wrong I did, but I have no idea how to fix this. I have tried innumerous things! Please help!
Thank you!
Solved! Go to Solution.
Hi @Anonymous,
I'd like to suggest you check the configuration to confirm you have enabled the 'Allow multiple values' property :
Report parameters in Power BI Report Builder - Power BI | Microsoft Docs
If you are working with parameter filter in URL, please check the following link to ensure you are using the correct format of multi-value parameter:
Regards,
Xiaoxin Sheng
Hi @Anonymous,
I'd like to suggest you check the configuration to confirm you have enabled the 'Allow multiple values' property :
Report parameters in Power BI Report Builder - Power BI | Microsoft Docs
If you are working with parameter filter in URL, please check the following link to ensure you are using the correct format of multi-value parameter:
Regards,
Xiaoxin Sheng
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |