Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi, I need help in the growth of the periods mentioned in the table, even if we filter years. Also, how can we remove unwanted values like "infinity" and blank from the column.
@SS2929
Can you share the Measure Gr% here?
You implement is as follows:
IF(
NOT ISBLANK ( [Month Yago] ),
YOUR MEAURE HERE
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Shared. Updated this in my query, please have a look