Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Need to add a column next to march called - % diff which will calcualte the difference between the current and previous months for all the values as shown in the below image :
Solved! Go to Solution.
Hi @UditJ ,
Please have a try.
Create the following format.
% Diff =
DIVIDE (
[Current Month Value]
- CALCULATE ( [Current Month Value], PREVIOUSMONTH ( 'Table'[Date] ) ),
CALCULATE ( [Current Month Value], PREVIOUSMONTH ( 'Table'[Date] ) )
) * 100
How to Get Your Question Answered Quickly - Microsoft Fabric Community
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ Rongtie
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @UditJ ,
Please have a try.
Create the following format.
% Diff =
DIVIDE (
[Current Month Value]
- CALCULATE ( [Current Month Value], PREVIOUSMONTH ( 'Table'[Date] ) ),
CALCULATE ( [Current Month Value], PREVIOUSMONTH ( 'Table'[Date] ) )
) * 100
How to Get Your Question Answered Quickly - Microsoft Fabric Community
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ Rongtie
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
85 | |
82 | |
66 | |
53 | |
47 |
User | Count |
---|---|
102 | |
50 | |
42 | |
39 | |
38 |