Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I have two tables like the ones I show in the image related to ID_DAY.
When I display them in a table, the DAY and IMPORTE fields look something like this:
What I want is that when a day has no value, in this case 04/01/2022, it takes the value of the last previous date that has an amount. In this case it should be:
I have tried different ways and with different formulas but none have worked for me.
Somebody could help me?
Thx
Solved! Go to Solution.
Simple enough
For fun only, a showcase of powerful Excel worksheet formulas,
Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension! |
DAX is simple, but NOT EASY! |
Simple enough
For fun only, a showcase of powerful Excel worksheet formulas,
Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension! |
DAX is simple, but NOT EASY! |
Hi @Anonymous
If only one blank cell at a time, then you can use the new OFFSET function. If in sny case there are multiple consequent blank cells then little more complex dax will be required. Please advise
User | Count |
---|---|
22 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
12 | |
11 | |
7 | |
6 |