Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Good evening, I have been working A single page report that shows several visuals of data based on the month a ticket was created and or resolved.
I am running into trouble with the top level slicer for the user to select the month that they want data for. Currently this is all in 1 table. Whet I am trying to accomplish is when the user selects July from the drop down that every visual will use that as the setting for a relative date. To be more specific. If I select July as my month I would like to have a card visual show me how many tickets were created in July. Right now I am getting to this number by having a count of "ticketID" filtered by "CreatedDate" relative to the last 1 month (calendar). Now when I have the next card that shows the count of "TicketID" filtered by "ResolvedDate" relative to the last 1 month (calendar), I only see tickets count of the tickets that were marked resolved but only what was created in July. If a ticket was opened in June and closed in July I don't get that value.
I need a single slicer that when selected day I get the created and resolved for that month.
I have read and read and I keep getting close but I am not able to find anything based around text.
currenly I do not have a date table but I am happy to create one if that's the solution. Thank you for any help you can give.
Solved! Go to Solution.
Hi @mchandler
This is a common scenario when multiple date columns exist in a table. With a date table and userelationship function, it will be solved easily. You could refer to below articles for common practices. Put date table's date or month column in the slicer.
Using USERELATIONSHIP in DAX - SQLBI
How To Work With Multiple Dates In Power BI | Enterprise DNA
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as the solution to help other members find it.
Hi @mchandler
This is a common scenario when multiple date columns exist in a table. With a date table and userelationship function, it will be solved easily. You could refer to below articles for common practices. Put date table's date or month column in the slicer.
Using USERELATIONSHIP in DAX - SQLBI
How To Work With Multiple Dates In Power BI | Enterprise DNA
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as the solution to help other members find it.
@mchandler , Based on what I got. You need to have a common date table and join with both dates. One join will be inactive, that you have to activate using userealtionship
refer my blog for example and code
User | Count |
---|---|
119 | |
78 | |
58 | |
52 | |
46 |
User | Count |
---|---|
170 | |
117 | |
63 | |
58 | |
51 |