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 All
I have this % distribution I want to calculate.
The purple color is the raw quantity numbers,
the black bars are the market share.
The Red quanities is using this formula
Sorry that I ask again.
I am really just trying to include figures from a specific fact table based on if there are values in another fact tables, they are related by the date dimension.
Unsure if there are any tips
Hi @Anonymous ,
Be aware that DAX measure are based on row context.
It is very difficult to analyze without looking at the data and just by imagining. See if you can share the sample pbix with dummy data.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous , Not very clear, making blank can remove it from visual
Quantity measure = IF(MIN('External Market Share'[Units]) = 0, blank(),SUM('Combined Cube'[Quantity Actual]))
Sorry I am unclear.
I know how to remove it from the visual on the right side.
But in the table, there is no min =0
How do I ensure that the last month, where there is no marketshare data yet (blank) is excluded from the table calculation
User | Count |
---|---|
73 | |
70 | |
38 | |
24 | |
23 |
User | Count |
---|---|
96 | |
93 | |
50 | |
41 | |
40 |