Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi all,
Currently experiencing an issue that I have hit a wall on. Would really appeciate it if anyone could help me with a solution
I have the following Table, each of these columns has been pulled in from a different table.
MTD final sales =
Solved! Go to Solution.
Hi @Kurt4597 ,
I updated your sample pbix file(see attachment), please check if that is what you want. Please create another new measure as below to replace the measure [Revenue] on the visual...
Measure = SUMX ( VALUES ( 'Master Filter'[Provider Name] ), [Revenue] )
Best Regards
Hi @Kurt4597 ,
Please try to create another new measure as below and put it on the visual to replace the original measure [MTD Revenue] . Later check if you can get the correct total values...
Measure = SUMX ( VALUES ( 'MTD Forecast'[Provider Name] ), [MTD Revenue] )
Incorrect total values fix methods:
Why Your Total Is Incorrect In Power BI - The Key DAX Concept To Understand
Dax for Power BI: Fixing Incorrect Measure Totals
If the above one can't help you get the desired result, please provide some sample data in your tables 'MTD Forecast' and 'CPA' (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards
Thank you for the response yingyinr, unforutatenly the measure you suggested does not work. I Have attatched a sample file to better explain the issue. Many Thanks! https://www.dropbox.com/s/95pgkz6k1np28qr/Sample%20File.pbix?dl=0
Hi @Kurt4597 ,
I updated your sample pbix file(see attachment), please check if that is what you want. Please create another new measure as below to replace the measure [Revenue] on the visual...
Measure = SUMX ( VALUES ( 'Master Filter'[Provider Name] ), [Revenue] )
Best Regards
Any help would be greatly appreciated
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.