Forum Discussion
Reporting the inverse
- Anonymous2 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
Arkalex5 , Try this
Registered = count(Table[Student])
Not Registered = countX(Values(Table[Student]), if(isbalnk([Registered]), [Student], blank()) )
or try this approach of disconnected table
Need of an Independent Table in Power BI - Exclude: https://youtu.be/lOEW-YUrAbE