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 values by month, by year and by city. I want to segment by month and visualize (card) the different values
, but I also want the values for the month following the segmented to be displayed on other cards. how can it be done?. Thank you
Any ideas?
Hi @Syndicate_Admin ,
Can you provide test data, I will answer you as soon as possible.
Best Regards,
Henry
Hi @Syndicate_Admin ,
Try the measure like this to get result group by month:
Measure = CALCULATE(SUM('Table'[valor0]),ALLEXCEPT('Table','Table'[mes])
If i misunderstand what you mean, can you further provide detailed demand information and expected results screenshots, I will answer you as soon as possible.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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.