Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
86 | |
78 | |
54 | |
39 | |
35 |
User | Count |
---|---|
102 | |
84 | |
48 | |
48 | |
48 |