Forum Discussion
josborne
Helper I
11 months agoPowerBI - table join question
Hi all. Hoping to get some advice, I just can't seem to work this out. I've got 2 tables: Table 1 - name ending in 'main' - primary data including project name and other details - contains 'proj...
mh2587
Super User
11 months agoCreate following measure and put it into a table, you will have 0 instead of blank days which disappear or simple enble "Show items with no data" in table visual
Total Effort Days =
SUM('sw_pat_tbl_effort'[sw_effordays]) + 0