Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Shivani10295
New Member

I wanted to get last numeric value from multiple columns i have used below fromula but it's not work

Last Action Score = IF(ISBLANK('Action Success Raw'[Meeting Number 12]),'Action Success Raw'[Meeting Number 11],
IF(ISBLANK('Action Success Raw'[Meeting Number 11]),'Action Success Raw'[Meeting Number 10],
IF(ISBLANK('Action Success Raw'[Meeting Number 10]),'Action Success Raw'[Meeting Number 9],
IF(ISBLANK('Action Success Raw'[Meeting Number 9]),'Action Success Raw'[Meeting Number 8],
IF(ISBLANK('Action Success Raw'[Meeting Number 8]),'Action Success Raw'[Meeting Number 7],
IF(ISBLANK('Action Success Raw'[Meeting Number 7]),'Action Success Raw'[Meeting Number 6],
IF(ISBLANK('Action Success Raw'[Meeting Number 6]),'Action Success Raw'[Meeting Number 5],
IF(ISBLANK('Action Success Raw'[Meeting Number 5]),'Action Success Raw'[Meeting Number 4],
IF(ISBLANK('Action Success Raw'[Meeting Number 4]),'Action Success Raw'[Meeting Number 3],
IF(ISBLANK('Action Success Raw'[Meeting Number 3]),'Action Success Raw'[Meeting Number 2],
IF(ISBLANK('Action Success Raw'[Meeting Number 2]),'Action Success Raw'[Meeting Number 1]))))))))))) @PowerBI
1 REPLY 1
Anonymous
Not applicable

Hi @Shivani10295 ,

You can consider to select all meeting number columns and unpivot these columns in Power Query Editor first, the do the other operation to get your expected result.

yingyinr_0-1676007219042.png

In order to get a better understanding on your requirment and give you a suitable solution, could you please provide some raw data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples? It would be helpful to find out the solution. You can refer the following links to share the required info:

How to provide sample data in the Power BI Forum

How to Get Your Question Answered Quickly

And It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.

How to upload PBI in Community

Best Regards

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.