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! Request now
Hi,
I'm trying to get a result as shown on the basic example below. I need to create a table or just a column to show distinct values within a given month. If site appears more then once withn reporting date it should show it only once.
Solved! Go to Solution.
You could create the table like
New Table = SUMMARIZE( 'Old Table', 'Old Table'[Date], 'Old Table'[Site])
You could create the table like
New Table = SUMMARIZE( 'Old Table', 'Old Table'[Date], 'Old Table'[Site])
Thanks !
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.