"multi-value"
2 TopicsSort data over period and count - Multi Row Card
I wish to sort and count the data as below. I have Availability data from 01-01-2023 - 01-02-2024 and wish to know the average and sort it as shown in the left MultirowCard. I also wish to know the average Availability for the period sorted by age. (Right - MultirowCard)Solved1KViews0likes4CommentsPBI Report Builder - Multi-value parameter with DAX query
Hello, I'm currently trying to create a Power BI report, where the datasource is a Power BI Dashboard. I want to have a multi-value parameter to filter on a specific field of my report. Here is what I have done: - Created a report level multi-value parameter - Associated the report parameter with a query parameter within my dataset - Declared a parameter within query designed And then I'm using the following code: EVALUATE SUMMARIZECOLUMNS('mytable'[col1], 'mytable'[col2], TREATAS({@parameter},'mytable'[col1]) ) Issue is, when I'm executing the report, the filter only work if I'm putting a single value in the parameter. As soon as I put more than one value, I'm getting an empty report. I have also tried with the following code: FILTER( KEEPFILTERS(VALUES('mytable'[col1])),'mytable'[col1] IN {@parameter})) But I'm getting the same behaviour. What am I doing wrong? Thanks for any help you can provide.Solved5.9KViews0likes2Comments