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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
admin11
Memorable Member
Memorable Member

After add Vari % my table become very long list

Hi All

i have a Rev table below working fine :-

admin11_0-1619701572332.png

I like to add the Vari % for above Table , i have try to create the expression below  , it work fine :-

 
_Vari_%_REV = if(isblank( divide(
[_YTD REV]
-
[_LYTD REV]
,
[_LYTD REV]
)),1, divide(
[_YTD REV]
-
[_LYTD REV]
,
[_LYTD REV]
))
 
But the Table become very long :-
 
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@admin11 , add a addition if at start

if( isblank([_YTD REV]) && isblank([_LYTD REV]) , blank() ,  <your if> )

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@admin11 , add a addition if at start

if( isblank([_YTD REV]) && isblank([_LYTD REV]) , blank() ,  <your if> )

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.