Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi
I wish to map word "Increased By" & Decreased By" according to it's occurance in file . please help
do you want to compare the diff% and previous month%diff?
if so, you can just try this
Column 2 = IF('Table'[% Diff]>='Table'[Previous Month % Diff],"Increase","Decrease")
Proud to be a Super User!
is this what you want?
Column =
VAR last=maxx(FILTER('Table','Table'[Index]=EARLIER('Table'[Index])-1),'Table'[% Diff])
return if(ISBLANK(last),"increased by",if(last<'Table'[% Diff],"increased by","decreased by"))
pls see the attachment below
Proud to be a Super User!
Thank you for your quick response,
All down trangle should be show as "Decreased By" and up trangle should show "Increased By"
Please help on this
Thanks again
May I know what's wrong with the solution I provided?
Proud to be a Super User!
Please have a look attached snap
pls check the attachment below
Proud to be a Super User!
It seems you attached earlier file which has same result as shared snap
what's the logic for up and down triangles?
Proud to be a Super User!
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
89 | |
87 | |
81 | |
64 | |
49 |
User | Count |
---|---|
123 | |
109 | |
87 | |
67 | |
66 |