Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
Hi,
How do i calculate values based on criteria referring single column, for example
Column 1 is week number and column 2 is Booking Amt
Now how can i get variance of booking amt like Booking Amt for Week 1 - Booking Amt for Week 2
thank you!!
Solved! Go to Solution.
Hi @AllG,
Add an index column in Query Editor mode. Before adding an index column, please sort data based on week number column.
Close and apply all these operations. But if [Column1] values are whole number type rather than text, there is no need to do above changes.
In design surface, add a calculated column using below formula:
variance of booking amt = IF ( 'booking amt'[Column1] = "Week1", BLANK (), LOOKUPVALUE ( 'booking amt'[Column2], 'booking amt'[Index], 'booking amt'[Index] - 1 ) - 'booking amt'[Column2] )
Best regards,
Yuliana Gu
Hi @AllG,
Add an index column in Query Editor mode. Before adding an index column, please sort data based on week number column.
Close and apply all these operations. But if [Column1] values are whole number type rather than text, there is no need to do above changes.
In design surface, add a calculated column using below formula:
variance of booking amt = IF ( 'booking amt'[Column1] = "Week1", BLANK (), LOOKUPVALUE ( 'booking amt'[Column2], 'booking amt'[Index], 'booking amt'[Index] - 1 ) - 'booking amt'[Column2] )
Best regards,
Yuliana Gu
Awesome!!! ![]()
thank you very much Yuliana Gu
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 52 | |
| 39 | |
| 37 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 66 | |
| 34 | |
| 32 | |
| 29 |