This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hello All,
I have a table with below columns in my dataset. We have monthly revenue for each resellers in this table from feb-21 to mar-22.
For few resellers, there will be no data for some particular months, as they didn’t generate revenue on those months. I want to create rows for those resellers with the missing date and the revenue for those missing dates to be updated as blank.
Please advise how we can achieve this.
Current data:
Expected result:
Could somebody please help on this?
Hello @Anonymous,
Can you please try this -
1. Create one CalculatedTable using DimCalendar = CalenderAuto() function.
2. Give relationship of DimCalendar and you Data Table on Date Column.
3. Pull Date field from DimCalendar in your visual instead of your Data Table.
4. Enable "Show Items with No Data" for Date column in field option for your visual.
Please mark it as solution if it resolves your issue. Kudos are also appreciated.
Cheers,
Shishir
Hi @Shishir22
I actually want to create rows in the table where the data is missing for particular month. it should show all the dates(feb-21 to mar-22) for all the customers with the revenue as blank whereever the date is missing for the customers
Can you please try above steps.
It should show expected result.
Thanks,
Shishir
Hi,
Please try to replace your [Revenue] measure with the below.
Revenue measure fix: =
COALESCE ( [Revenue], "" )
Check out the April 2026 Power BI update to learn about new features.
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.
| User | Count |
|---|---|
| 40 | |
| 39 | |
| 31 | |
| 22 | |
| 15 |
| User | Count |
|---|---|
| 76 | |
| 61 | |
| 34 | |
| 30 | |
| 25 |