Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi everybody
I have a table with a List of opportunities, having dates when the first call of the opportunity took place, when the meeting took place, date of sending the offer, date of receiving the signed contract.
I now want to make a table, showing on an employee base how many calls, meetings etc an employee had in a given time of period.
i.E
Filter:
From Date 1.1.2017
To Date 18.1.2017
The table then shows:
Employee | Calls | Meetings | Offers | Contracts |
Tom | 10 | 5 | 2 | 3 |
Chris | 3 | 3 | 3 | 1 |
Mike | 10 | 6 | 2 | 10 |
As all the dates are independant and in multiple columns, how can I filter the table to sum up the values?
How can i let the user set the from/to dates on a visual basis?
Thanks for your help!
Frieso
Solved! Go to Solution.
Hi @frieso,
Assume the source table like below:
You can open Query Editor, select columns Calls, Meetings, Offers and Contracts, then click Unpivot Columns button get the format below:
Apply the modification, go to the report, create a matrix and slicer visuals.
Best Regards,
Qiuyun Yu
Hi @frieso,
Assume the source table like below:
You can open Query Editor, select columns Calls, Meetings, Offers and Contracts, then click Unpivot Columns button get the format below:
Apply the modification, go to the report, create a matrix and slicer visuals.
Best Regards,
Qiuyun Yu
First I suggest you unpivot your columns so you have a single date column and a type column (e.g. Call, meeting, contract etc). You can then use a timeline slicer on a calendar table joined to your single date column to filter the period you want. I guess a countrows of the data table will do it.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
61 | |
52 | |
50 | |
36 | |
33 |
User | Count |
---|---|
84 | |
71 | |
55 | |
45 | |
43 |