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
Hi Everybody
I have a list of project as a source to my report. For each project there is a column which say which platform was used in this specific project, if non the cell is blank. I have counted the number of unique used platforms for these projects, by creating a measure:
@Anonymous , Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
With what is wrong and what is expected .
Also, try this return
RETURN
sumx(Values('Investments'[Month Year]),IF(NOT ISBLANK(__MEASURE_VALUE), __MEASURE_VALUE - __BASELINE_VALUE))
If I include all data the visual table shows correct info about unique used platforms. However if I filter it by month(for ex August) then platform used(BX2) in other month(February) shows as unique used in August which is not true. I want it to show only platforms used for the first time ever(all data) as unique used in each month.
Unfortunately RETURN that you proposed do not solve this problem.
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.