Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 69 | |
| 60 | |
| 47 | |
| 20 | |
| 16 |