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
I have a table with 4 distinct names per month.
i want to only consider the names begins with 22, and the only acumulated positive values per month and name.
Above i report the expected result.
Hi @ruinaldo ,
Sorry to disturb you again...
Could you tell me if your problem has been solved? If it is, kindly Accept it as the solution. More people will benefit from it. Or you are still confused about it, please provide me with more details about your table and your problem or share me with your pbix file from your Onedrive for Business.
Best Regards,
Eyelyn Qin
i try this formula and result the filter for the name 22.
In visual for the month january it´s all ok, i only have positive values in "22-green" and is 10
but how can i do it for a card? i don´t want 4 in result but 10
Hi @ruinaldo ,
You could use the following formula to create new measure for Card visual:
Measure2 = MAXX(FILTER(ALL('Table'),'Table'[Name]="22-green"),[Measure])
Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please upload some insensitive data samples and expected output.
Best Regards,
Eyelyn Qin
Hi,
Thanks for your help. But didn´t work,
The result is:
i expected in april 22green= 10 and 22red = 1
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.