Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Good afternoon, I'm trying to perform a distintcount on the idcase column with filter down.
Additionally create a calendar table with the goal of creating filters by month and year. On the wiSolutionDate column were related the corresponding tables. However, when generating the report, the data appears blank to me.
I am very grateful for your help.
Solved! Go to Solution.
Thanks a lot!!! perfect
@Syndicate_Admin , If they active relation, there is no need use userelation
2nd Check wiSolutionDate might have a time stamp. Check by changing data type to datetime and format having time. If so create a date without time and join with that
example
Date = [wiSolutionDate ].date
or
Date = date(year([wiSolutionDate ]),month([wiSolutionDate ]),day([wiSolutionDate ]))
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.