Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
HI:
I have this data, i want to show the teacher and the course, i have a slice with range date.
| teacher | course | date |
| john | word | jun |
| john | excel | jun |
| john | word | jun |
| john | excel | jun |
| louis | powerpoint | jun |
| louis | powerpoint | jun |
| micky | excel | jun |
| micky | excel | jun |
| john | word | jul |
| john | word | jul |
| john | word | jul |
| john | word | jul |
| louis | excel | jul |
| louis | excel | jul |
| micky | excel | jul |
| micky | excel | jul |
The output for jun:
| john | word |
| john | excel |
| louis | powerpoint |
| micky | excel |
If i change for jul
| john | word |
| louis | excel |
| micky | excel |
Solved! Go to Solution.
Hi @sixtoquiles
You can create a summarized table to display this. Go to Modelling -> New Table-> Use this formula:
Table_ex_summ = SUMMARIZE(Table1,Table1[teacher],Table1[course],Table1[date])
Thanks
Raj
Hi @sixtoquiles
You can create a summarized table to display this. Go to Modelling -> New Table-> Use this formula:
Table_ex_summ = SUMMARIZE(Table1,Table1[teacher],Table1[course],Table1[date])
Thanks
Raj
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 29 | |
| 23 | |
| 18 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 51 | |
| 44 | |
| 43 | |
| 39 | |
| 33 |