Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hello,
I have a "Date" table and a "Cases" table that are not linked.
I created the following DAX Column in my "Date" table to return the number of Cases reported to date (based on count of IDs) and it is working fine.
I am trying to replace the Department condition with a slicer that will allow me to select any available Department, but it is not working.
I tried the following with a slicer visual that cotains the 'Cases'[Department] field:
Column= CALCULATE ( DISTINCTCOUNT( 'Cases'[ID]), FILTER('Cases','Cases'[Reported On] <= 'Date'[Date] &&
I also tried creating a new "Department" table with all the possible values and adding is as a slicer with the following:
Column= CALCULATE ( DISTINCTCOUNT( 'Cases'[ID]), FILTER('Cases','Cases'[Reported On] <= 'Date'[Date] &&
Solved! Go to Solution.
I think that I found the reason why along with a solution in this post: https://community.powerbi.com/t5/Desktop/SELECTEDVALUE-date-not-working-as-filter-in-SUMMARIZE-Table.... Thank you @Zubair_Muhammad .
I think that I found the reason why along with a solution in this post: https://community.powerbi.com/t5/Desktop/SELECTEDVALUE-date-not-working-as-filter-in-SUMMARIZE-Table.... Thank you @Zubair_Muhammad .
Hi , @huguest
Looks like my reply was a little late. But it's great to hear your problem got resolved!
It's true that it's better to use measure rather then calculate columns here.
I also make a demo here: pbix attached
Could you please tell me whether your problem has been solved?
If it is ,please kindly accept your reply as solution to close this thread, that way, other community members will easily find the solution when they get the same issue.
Best Regards,
Community Support Team _ Eason
Check if the interaction has been disabled
Good suggestion, but it is active 😞
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
114 | |
94 | |
90 | |
35 | |
35 |
User | Count |
---|---|
154 | |
100 | |
82 | |
63 | |
53 |