Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
117 | |
85 | |
49 | |
38 | |
28 |
User | Count |
---|---|
189 | |
76 | |
73 | |
54 | |
42 |