The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi
I have a table of data regarding each user and their login datetime. In my report, I am showing the no. of logins in a column respective to each user in a table by counting the login datetime. There are four buttons(Today,This week,This month,This year) and four bookmarks which are filtered using the relative date filter from the filter panel. By clicking on the buttons, the respective bookmarked(filtered) tables are displayed.
The no. of login column has a custom tooltip which will display "No of logins for <Today/This week/This month/This year>" according to each bookmark page.
Here I need a dax function which will show the above message.
I tried my best and searched for an answer but couldn't find a dax formula to display the relative date filter parameter(day,week,month,year)
Sample table
Name | Status | No of Logins | Role | |
Tom | active | 20 | user | test@test.com |
Bob | inactive | 13 | admin | test1@test.com |
John | active | 25 | user | test2@test.com |
Andy | active | 8 | user | test3@test.com |
Phil | active | 35 | sub admin | test4@test.com |
Expected answer
If the report is on Today bookmark page: No of logins for Today
If the report is on This week bookmark page: No of logins for This week
If the report is on This Month bookmark page: No of logins for This Month
If the report is on This year bookmark page: No of logins for This year
Please ask for any additional information on this.
URGENT HELP NEEDED.
Solved! Go to Solution.
llo
I think this video could help you
Your are welcome...
The video helped me get to my solution..Thank you for that.
I did some modification in my report where I inserted a column with these four words and added a slicer with that column. In each bookmark the respective words are selected and updated the bookmark. Then I hid the slicer from my report. Now with the "selectedvalue" dax function, the desired output is acheived.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
111 | |
79 | |
71 | |
48 | |
41 |
User | Count |
---|---|
139 | |
112 | |
72 | |
64 | |
62 |