Forum Discussion

Arkalex5's avatar
Arkalex5
New Member
2 years ago
Solved

Reporting the inverse

Hi all,   I'm new to PowerBi and really enjoying getting to know it.   As a teacher, I'm using it to inform us of student information.   I want to be able to run a report that will leave me a l...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi  Arkalex5 ,

     

    I created some data:

    You might consider using Filters for your Visual settings:

     

    Here are the steps you can follow:

    1. Create calculated column.

    Week =
    WEEKNUM('Table'[Date],1)

    2. After clicking Visual and selecting Filters on the right, you can filter the fields you specify.

    For example, [Group] - Filter type : Basic filtering - select the data you want to display (e.g. Unregistered).

    3. Result:

     

    Refer to:

    Add a filter to a report in Power BI - Power BI | Microsoft Learn

    If it doesn't meet your expected results, can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data. We can better understand the problem and help you

     

    Best Regards,

    Liu Yang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly